int tokenize(char *str, char **args, int maxargs)
If multiflag is zero, adjacent fields are separated by exactly one delimiter. A string containing n delimiter characters contains n+1 fields. If the multiflag argument is not zero, a field is a non-empty string of non-delimiters.
Getfields return the number of tokens processed.
Tokenize is the same as getfields with multiflag non-zero and delims "\t\r\n " , except that fields may be quoted using single quotes, in the manner of the command interpreter.
| GETFIELDS(10.2) | Rev: Tue Aug 20 13:35:26 GMT 2002 |