Synopsis
Check if a string ends with another string
- Version
- 0.0.2
- Source
- stephenmathieson/str-ends-with.c
- License
- MIT
API
Details
- str_ends_with ()
-
bool str_ends_with (const char * str, const char * end);
Check if a string ends with another string
bool str_ends_with (const char * str, const char * end);