cf_string_uint¶
Category: string
GitHub: cute_string.h
Sets the string to the decimal representation of an unsigned integer.
| Parameters | Description |
|---|---|
s |
The string. Modified in-place. |
uint |
The unsigned integer value. |
Remarks¶
Shortform: suint(s, uint).
Related Pages¶
cf_string_int
cf_string_float
cf_string_double
cf_string_hex
cf_string_bool
cf_string_touint