Annotation of researchv10no/cmd/ccom/common/memcpy.c, revision 1.1.1.1

1.1       root        1: char *
                      2: memcpy(s1, s2, n)
                      3: register char *s1, *s2;
                      4: register int n;
                      5: {
                      6:        char *r = s1;
                      7: 
                      8:        while (n--)
                      9:                *s1++ = *s2++;
                     10:        return (r);
                     11: }

unix.superglobalmegacorp.com

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