GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
gis/index.c File Reference
#include <grass/gis.h>
Include dependency graph for gis/index.c:

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

Function Documentation

char* G_index ( const char *  str,
int  delim 
)

delimiter

position of delimiter

Parameters
str
delim
Returns
char *

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 
)

???

???

Parameters
str
delim
Returns
char *

Definition at line 36 of file gis/index.c.

References NULL.