GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#include <grass/gis.h>
Go to the source code of this file.
Functions | |
char * | G_index (const char *str, int delim) |
delimiter More... | |
char * | G_rindex (const char *str, int delim) |
??? More... | |
char* G_index | ( | const char * | str, |
int | delim | ||
) |
delimiter
position of delimiter
str | |
delim |
Definition at line 16 of file gis/index.c.
References NULL.
Referenced by dig_read_frmt_ascii(), G__oldsite_get(), G_oldsite_describe(), G_site_format(), G_tokenize(), and Vect__read_head().
char* G_rindex | ( | const char * | str, |
int | delim | ||
) |
???
???
str | |
delim |
Definition at line 36 of file gis/index.c.
References NULL.