I\'ve written the following string-comparison function to evaluate whether two strings are the same or not:
bool s_compare(char* str1, char* str2) { // if its