|
|
BSD 4.1
/* @(#)bmove.c 1.3 8/2/80 */
bmove(s, d, l)
register char *s, *d;
register int l;
{
while (l-- > 0)
*d++ = *s++;
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.