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