strcmp (9) - Linux Manuals

strcmp: Compare two strings

NAME

strcmp - Compare two strings

SYNOPSIS

int strcmp(const char cs, const char ct);

ARGUMENTS

cs

One string

ct

Another string

COPYRIGHT