sdedup¶ Category: string GitHub: cute_string.h Removes all consecutive occurances of ch from the string. #define sdedup(s, ch) cf_string_dedup(s, ch) Parameters Description s The string. Can be NULL. ch A character. Related Pages¶ sdyna strim sltrim srtrim slpad srpad serase sreplace