token.c File Reference

#include <stdlib.h>
#include <grass/gis.h>

Include dependency graph for token.c:

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)


Function Documentation

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().

int G_number_of_tokens ( char **  tokens  ) 

Definition at line 53 of file token.c.

References NULL.

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().


Generated on Sun Apr 6 17:32:26 2008 for GRASS by  doxygen 1.5.5