NULL) { if (strcasecmp(temp->word, word_lower) == 0) { return true; } temp = temp -> next; } return false; } // Hashes word to a number ...
確定! 回上一頁