Skip to content

cf_string_toupper

Category: string
GitHub: cute_string.h


Converts the string to uppercase in-place.

#define cf_string_toupper(s) stoupper(s)
Parameters Description
s The string.

Remarks

Shortform: stoupper(s).

cf_string_tolower