cf_string_free¶
Category: string
GitHub: cute_string.h
Frees the string and sets the pointer to NULL.
| Parameters | Description |
|---|---|
s |
The string. Modified in-place. Safe to call on NULL. |
Remarks¶
Shortform: sfree(s).
Category: string
GitHub: cute_string.h
Frees the string and sets the pointer to NULL.
| Parameters | Description |
|---|---|
s |
The string. Modified in-place. Safe to call on NULL. |
Shortform: sfree(s).