libcfe  0.12.1
some useful C-functions
string_case_conversion.h
Go to the documentation of this file.
1 #ifndef XSTRING_CONV_H
2 #define XSTRING_CONV_H
3 
10 char *string_to_lower(const char *in);
11 
18 char *string_to_upper(const char *in);
19 
20 #endif /* XSTRING_CONV_H */
char * string_to_upper(const char *in)
char * string_to_lower(const char *in)