Nut/OS  4.10.3
API Reference
strncmp.c File Reference
#include <compiler.h>
#include <string.h>
Include dependency graph for strncmp.c:

Go to the source code of this file.

Functions

int strncmp (CONST char *s1, CONST char *s2, size_t n)
 Compare two strings up to a given number of characters.