cf_string_double¶
Category: string
GitHub: cute_string.h
Sets the string to the decimal representation of a double.
| Parameters | Description |
|---|---|
s |
The string. Modified in-place. |
f |
The double value. |
Remarks¶
Shortform: sdouble(s, f).
Related Pages¶
cf_string_float
cf_string_int
cf_string_uint
cf_string_todouble