std::strcmp (3) Linux Manual Page
std::strcmp – std::strcmp Synopsis Defined in header<cstring> int strcmp(const char *lhs, const char *rhs); Compares two null-terminated byte strings lexicographically. The sign of the result is the sign of the difference between the values of the first pair of characters (both interpreted as unsigned char) that differ in the strings being compared. The behavior is…
