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