Synopsis
Check if a string starts with another string
- Version
- 0.0.3
- Source
- stephenmathieson/str-starts-with.c
- License
- MIT
API
Details
- str_starts_with ()
-
bool str_starts_with (const char * str, const char * start);
Check if a string starts with another string
bool str_starts_with (const char * str, const char * start);