spop¶ Category: string GitHub: cute_string.h Removes a character from the end of the string. #define spop(s) (s = cf_string_pop(s)) Parameters Description s The string. Can be NULL. Related Pages¶ sdyna slast spopn serase