BEGIN { RS = "A" } {print NF; for (i = 1; i <= NF; i++) print $i ; print ""} ate' title='Atom feed' href='http://git.infra.scholz.ruhr/netbsd/atom/sys/lib/libsa/memmove.c?h=trunk' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/sys/lib/libsa/memmove.c
AgeCommit message (Collapse)Author
2008-03-25- use mem* instead of b* routines, and kill the b* routines.christos
- use the mem* routines from libc. XXX: There will be some lossage, but I am fixing it.
2007-11-24style, indent, and ANSI-fy.isaki
2005-12-11merge ktrace-lwp.christos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
Patches provided by Joel Baker in PR 22364, verified by myself.