slast¶ Category: string GitHub: cute_string.h Returns the last character in the string. Not the nul-byte. #define slast(s) cf_string_last(s) Parameters Description s The string. Can be NULL. Return Value¶ Returns '\0' if s is NULL. Related Pages¶ sdyna spush spop sfirst sclear