Skip to content

ssuffix

Category: string
GitHub: cute_string.h


Check to see if the string's suffix matches.

#define ssuffix(s, suffix) cf_string_suffix(s, suffix)
Parameters Description
s The string. Can be NULL.
prefix A string to compare against the end of s.

Return Value

Returns true if suffix is the suffix of s, false otherwise.

sdyna
sprefix
sfind
scontains
sfirst_index_of
slast_index_of