cf_string_tolower¶
Category: string
GitHub: cute_string.h
Converts the string to lowercase in-place.
| Parameters | Description |
|---|---|
s |
The string. |
Remarks¶
Shortform: stolower(s).
Category: string
GitHub: cute_string.h
Converts the string to lowercase in-place.
| Parameters | Description |
|---|---|
s |
The string. |
Shortform: stolower(s).