Skip to content

cf_string_bool

Category: string
GitHub: cute_string.h


Sets the string to "true" or "false".

#define cf_string_bool(s, b) sbool(s, b)
Parameters Description
s The string. Modified in-place.
b The boolean value.

Remarks

Shortform: sbool(s, b).

cf_string_int
cf_string_tobool