#include <grass/gis.h>
Go to the source code of this file.
Functions | |
char * | G_index (const char *str, int delim) |
delimiter | |
char * | G_rindex (const char *str, int delim) |
??? |
char* G_index | ( | const char * | str, |
int | delim | ||
) |
delimiter
position of delimiter
str | |
delim |
Definition at line 16 of file index.c.
References NULL.
Referenced by G_tokenize().