Name
afc_string_upper -- Converts a string in upper case chars
Synopsis
char *
afc_string_upper
( char * string);
Description
This function converts a string in all upper case chars.
Please note that this is a in place substitution. The
provided string will be modified with all uppercase chars.
Inputs
- string
AFC string to convert.