1STRNCMP(9)                 Basic C Library Functions                STRNCMP(9)
2
3
4

NAME

6       strncmp - Compare two length-limited strings
7

SYNOPSIS

9       int strncmp(const char * cs, const char * ct, size_t count);
10

ARGUMENTS

12       cs
13           One string
14
15       ct
16           Another string
17
18       count
19           The maximum number of bytes to compare
20
22Kernel Hackers Manual 3.10         June 2019                        STRNCMP(9)
Impressum