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

NAME

6       strcmp - Compare two strings
7

SYNOPSIS

9       int strcmp(const char * cs, const char * ct);
10

ARGUMENTS

12       cs
13           One string
14
15       ct
16           Another string
17
19Kernel Hackers Manual 3.10         June 2019                         STRCMP(9)
Impressum