srpad¶
Category: string
GitHub: cute_string.h
Appends n characters ch
onto the end 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
Appends n characters ch
onto the end of the string.
Parameters | Description |
---|---|
s | The string. Can be NULL . |
ch | A character to insert. |
n | Number of times to insert ch . |