strcmp (9) - Linux Manuals
strcmp: Compare two strings
Command to display strcmp manual in Linux: $ man 9 strcmp
 
NAME
strcmp - Compare two strings
SYNOPSIS
- 
int strcmp(const char * cs, const char * ct);
ARGUMENTS
cs
- 
- One string
ct
- 
Another string
COPYRIGHT