Skip to content

spopn

Category: string
GitHub: cute_string.h


Removes n characters from the back of a string.

#define spopn(s, n) (s = cf_string_pop_n(s, n))
Parameters Description
s The string. Can be NULL.
n Number of characters to pop.

sdyna
spop
slast
serase