Mathematical Functions: math.h
String Functions: string.h
char *strcat(char *schar *t)
Compare the strings pointed to by s and t. The return value is zero if the two strings are identical; it is negative if s would come before t in an alphabetical ordering; and positive if t would come before s.