Annotation of 3BSD/cmd/refer/inv3.c, revision 1.1

1.1     ! root        1: getargs(s, arps)
        !             2:        char *s, *arps[];
        !             3: {
        !             4:        int i;
        !             5: i = 0;
        !             6: while (1)
        !             7:        {
        !             8:        arps[i++]=s;
        !             9:        while (*s != 0 && *s!=' '&& *s != '\t')s++;
        !            10:        if (*s==0) break;
        !            11:        *s++ =0;
        !            12:        while (*s==' ' || *s=='\t')s++;
        !            13:        if (*s==0)break;
        !            14:        }
        !            15: return(i);
        !            16: }

unix.superglobalmegacorp.com

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