cf_string_clear¶
Category: string
GitHub: cute_string.h
Sets the string to empty without freeing memory.
| Parameters | Description |
|---|---|
s |
The string. |
Remarks¶
Shortform: sclear(s).
Category: string
GitHub: cute_string.h
Sets the string to empty without freeing memory.
| Parameters | Description |
|---|---|
s |
The string. |
Shortform: sclear(s).