19static char **tokenize(
const char *,
const char *,
const char *);
88char **tokenize(
const char *buf,
const char *
delim,
const char *
inchar)
void G_free(void *)
Free allocated memory.
void G_warning(const char *,...) __attribute__((format(printf
char * G_store(const char *)
Copy string to allocated memory.
char ** G_tokenize2(const char *buf, const char *delim, const char *valchar)
Tokenize string.
void G_free_tokens(char **tokens)
Free memory allocated to tokens.
char ** G_tokenize(const char *buf, const char *delim)
Tokenize string.
int G_number_of_tokens(char **tokens)
Return number of tokens.