#include "gis.h"
Include dependency graph for index.c:
Go to the source code of this file.
Functions | |
char * | G_index (char *str, char delim) |
delimiter | |
char * | G_rindex (char *str, char delim) |
??? |
char* G_index | ( | char * | str, | |
char | delim | |||
) |
delimiter
position of delimiter
str | ||
delim |
Definition at line 15 of file index.c.
References NULL.
Referenced by cleanse_string(), G__oldsite_get(), G_oldsite_describe(), G_site_format(), and G_tokenize().
char* G_rindex | ( | char * | str, | |
char | delim | |||
) |