|
Embedded Artistry Framework
Embedded Systems C++ Framework
|
#include <string.h>
Functions | |
| int | strcmp (const char *s1, const char *s2) |
| Compares two null-terminated byte strings lexicographically. More... | |
| int strcmp | ( | const char * | s1, |
| const char * | s2 | ||
| ) |
Compares two null-terminated byte strings lexicographically.
Compares two null-terminated byte strings lexicographically.
The behavior is undefined if s1 or s2 are not pointers to null-terminated byte strings.
| s1 | pointers to the null-terminated byte strings to compare |
| s2 | pointers to the null-terminated byte strings to compare |
References NULL, r, s1, and s2.
Referenced by heapsort_r_string_test(), heapsort_string_test(), main(), qsort_r_string_test(), qsort_string_test(), scmp(), strcat_test(), strcmp_test(), strcoll(), strcpy_test(), strncat_test(), strtok_test(), TEST_CASE(), wctrans(), and wctype().

1.8.15