strcmp − Compare two strings
int strcmp(const char * cs, const char * ct);
const char * cs
One string
const char * ct
Another string