cf_string_ptr¶
Category: string
GitHub: cute_string.h
Sets the string to the platform pointer representation of a pointer.
| Parameters | Description |
|---|---|
s |
The string. Modified in-place. |
p |
The pointer value. |
Remarks¶
Shortform: sptr(s, p).
Category: string
GitHub: cute_string.h
Sets the string to the platform pointer representation of a pointer.
| Parameters | Description |
|---|---|
s |
The string. Modified in-place. |
p |
The pointer value. |
Shortform: sptr(s, p).