Annotation of 43BSD/contrib/mh/sbr/copyip.c, revision 1.1

1.1     ! root        1: /* copyip.c - copy a string array and return pointer to end */
        !             2: 
        !             3: 
        !             4: char  **copyip (p, q)
        !             5: register char  **p,
        !             6:               **q;
        !             7: {
        !             8:     while (*p)
        !             9:        *q++ = *p++;
        !            10:     *q = 0;
        !            11: 
        !            12:     return q;
        !            13: }

unix.superglobalmegacorp.com

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