ssuffix¶
Category: string
GitHub: cute_string.h
Check to see if the string's suffix matches.
| 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.
Related Pages¶
sdyna
sprefix
sfind
scontains
sfirst_index_of
slast_index_of