strcmp
(9)
Compare two strings
Carta.tech
Man Pages
Kernel routines
strcmp: Compare two strings
Carta.tech
Packages
linux-manual-3.16
strcmp: Compare two strings
SYNOPSIS
int strcmp(const char *
cs
, const char *
ct
);
ARGUMENTS
cs
One string
ct
Another string
COPYRIGHT
←
strchrnul.9: Find and return a character in a string, or end of string
strcpy.9: Copy a nul terminated string
→