MicrOS
|
#include "../string.h"
Functions | |
int | strncmp (const char *str1, const char *str2, size_t num) |
Compare two strings using locale. More... | |
int strncmp | ( | const char * | str1, |
const char * | str2, | ||
size_t | num | ||
) |
Compare two strings using locale.
Compares up to num characters of the C string str1 to those of the C string str2.
str1 | C string to be compared. |
str2 | C string to be compared. |