mapcase.c File Reference

#include <grass/gis.h>

Include dependency graph for mapcase.c:

Go to the source code of this file.

Functions

char * G_tolcase (char *string)
 convert string to lower case
char * G_toucase (char *string)
 convert string to upper case


Function Documentation

char* G_tolcase ( char *  string  ) 

convert string to lower case

Upper case letters in the string s are converted to their lower case equivalent. Returns s.

Parameters:
s 
Returns:
char *

Definition at line 22 of file mapcase.c.

char* G_toucase ( char *  string  ) 

convert string to upper case

Lower case letters in the string s are converted to their upper case equivalent. Returns s.

Parameters:
s 
Returns:
char *

Definition at line 57 of file mapcase.c.


Generated on Sun Apr 6 17:32:22 2008 for GRASS by  doxygen 1.5.5