cf_string_bool¶
Category: string
GitHub: cute_string.h
Sets the string to "true" or "false".
| Parameters | Description |
|---|---|
s |
The string. Modified in-place. |
b |
The boolean value. |
Remarks¶
Shortform: sbool(s, b).
Category: string
GitHub: cute_string.h
Sets the string to "true" or "false".
| Parameters | Description |
|---|---|
s |
The string. Modified in-place. |
b |
The boolean value. |
Shortform: sbool(s, b).