Skip to content

cf_string_tolower

Category: string
GitHub: cute_string.h


Converts the string to lowercase in-place.

#define cf_string_tolower(s) stolower(s)
Parameters Description
s The string.

Remarks

Shortform: stolower(s).

cf_string_toupper