strcmp(9) Compare two strings

SYNOPSIS

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

ARGUMENTS

cs

One string

ct

Another string

COPYRIGHT