serase¶
Category: string
GitHub: cute_string.h
Deletes a number of characters from the string.
Parameters | Description |
---|---|
s | The string. Can be NULL . |
index | Index in the string to start deleting from. |
count | Number of character to delete. |
Category: string
GitHub: cute_string.h
Deletes a number of characters from the string.
Parameters | Description |
---|---|
s | The string. Can be NULL . |
index | Index in the string to start deleting from. |
count | Number of character to delete. |