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 */
string_to_upper
char * string_to_upper(const char *in)
Definition:
string_case_conversion.c:23
string_to_lower
char * string_to_lower(const char *in)
Definition:
string_case_conversion.c:10
cfe
string_case_conversion.h
Generated on Sun Sep 1 2019 08:41:48 for libcfe by
1.8.15