Record Detail

Compile Error

/in/isSibling.c: In function 'isSibling':
/in/isSibling.c:13:11: warning: implicit declaration of function 'strlwr'; did you mean 'strlen'? [-Wimplicit-function-declaration]
     word1=strlwr(word11);
           ^~~~~~
           strlen
/in/isSibling.c:13:10: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
     word1=strlwr(word11);
          ^
/in/isSibling.c:14:10: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
     word2=strlwr(word22);
          ^
/tmp/ccSdVGns.o: In function `isSibling':
isSibling.c:(.text+0x71): undefined reference to `strlwr'
isSibling.c:(.text+0x88): undefined reference to `strlwr'
collect2: error: ld returned 1 exit status

Information

Submit By
Type
Submission
Homework
Midterm Exam 2
Language
C
Submit At
2022-07-07 15:25:23
Judged At
2022-07-08 16:05:32
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes