Annotation of 41BSD/cmd/delivermail/bmove.c, revision 1.1

1.1     ! root        1: /* @(#)bmove.c 1.3     8/2/80 */
        !             2: 
        !             3: bmove(s, d, l)
        !             4:        register char *s, *d;
        !             5:        register int l;
        !             6: {
        !             7:        while (l-- > 0)
        !             8:                *d++ = *s++;
        !             9: }

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.