|
|
researchv10 Dan Cross
#include <string.h>
strvec(str, vec, sep)
register char *str, **vec, *sep;
{
register int i;
for (i = 0; vec[i] = strtok(i ? 0 : str, sep); i++);
return i;
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.