slpad¶
Category: string
GitHub: cute_string.h
Places n characters ch onto the front of the string.
| Parameters | Description |
|---|---|
| s | The string. Can be NULL. |
| ch | A character to insert. |
| n | Number of times to insert ch. |
Category: string
GitHub: cute_string.h
Places n characters ch onto the front of the string.
| Parameters | Description |
|---|---|
| s | The string. Can be NULL. |
| ch | A character to insert. |
| n | Number of times to insert ch. |