afc_string_lower

Name

afc_string_lower  -- Converts a string in lower case chars

Synopsis

char * afc_string_lower ( char * string);

Description

This function converts a string in all lower case chars. Please note that this is a in place substitution. The provided string will be modified with all lowercase chars.

Inputs

string

AFC string to convert.

Result

Note

See Also