Function stdio_strcmp
Defined in File string.h
Function Documentation
-
int stdio_strcmp(const char *s1, const char *s2)
Compare two strings for equality.
This routine compares two strings alphabetically, char by char, until the NULL byte is encountered.
- Parameters:
s1 – String #1.
s2 – String #2.
- Returns:
<,=,> 0 depending if s1 is found to be <,=,> s2