#include <stdlib.h>
#include <grass/gis.h>
Go to the source code of this file.
Functions | |
char ** | G_tokenize (char *buf, char *delim) |
int | G_number_of_tokens (char **tokens) |
int | G_free_tokens (char **tokens) |
int G_free_tokens | ( | char ** | tokens | ) |
Definition at line 64 of file token.c.
References G_free(), and NULL.
Referenced by G_get_window(), and G_parser().
char** G_tokenize | ( | char * | buf, | |
char * | delim | |||
) |
Definition at line 20 of file token.c.
References G_index(), G_malloc(), G_realloc(), G_store(), and NULL.
Referenced by G_get_window(), and G_parser().