cf_string_hex¶
Category: string
GitHub: cute_string.h
Sets the string to the hex representation of an unsigned integer.
| Parameters | Description |
|---|---|
s |
The string. Modified in-place. |
uint |
The unsigned integer value. |
Remarks¶
Shortform: shex(s, uint).