Annotation of researchv10dc/cmd/post/strvec.c, revision 1.1.1.1

1.1       root        1: #include <string.h>
                      2: 
                      3: strvec(str, vec, sep)
                      4: register char  *str, **vec, *sep;
                      5: {
                      6:        register int    i;
                      7: 
                      8:        for (i = 0; vec[i] = strtok(i ? 0 : str, sep); i++);
                      9:        return i;
                     10: }

unix.superglobalmegacorp.com

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