|
|
1.1 root 1: getargs(s, arps)
2: char *s, *arps[];
3: {
4: int i;
5: i = 0;
6: while (*s==' ')s++;
7: while (1)
8: {
9: arps[i++]=s;
10: while (*s != 0 && *s!=' '&& *s != '\t')s++;
11: if (*s==0) break;
12: *s++ =0;
13: while (*s==' ' || *s=='\t')s++;
14: if (*s==0)break;
15: }
16: return(i);
17: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.