GRASS Programmer's Manual  6.4.1(2011)
index.c File Reference
#include <grass/gis.h>
Include dependency graph for index.c:

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)
 ???

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

References NULL.

Referenced by G_tokenize().

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

???

???

Parameters:
str
delim
Returns:
char *

Definition at line 36 of file index.c.

References NULL.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines