nckernel  0.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
strncmp.c File Reference
#include <sys/types.h>
#include <stdio.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)
 문자열을 지정된 길이만큼 비교한다 More...