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