Record Detail

Compile Error

/in/argHistogram.c: In function 'isWordInList':
/in/argHistogram.c:26:13: error: implicit declaration of function 'strcasecmp'; did you mean 'strncmp'? [-Werror=implicit-function-declaration]
         if (strcasecmp(word, wordList[i]) == 0) {
             ^~~~~~~~~~
             strncmp
cc1: all warnings being treated as errors

Information

Submit By
Type
Submission
Language
C
Submit At
2023-07-25 21:14:02
Judged At
2023-07-25 21:14:02
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes