Write a function called strcmp373, which compares two strings in precisely the same way that strcmp does in the C library
int strcmp373(char *string1, char *string2);
Write a function called strcmp373, which compares two strings in precisely the same way that strcmp does in the C library
int strcmp373(char *string1, char *string2);