Compile Error
/in/ex6.c:4:1: error: unknown type name 'book'; did you mean 'bool'? book *findBook(book *head, int number){ ^~~~ bool /in/ex6.c:4:16: error: unknown type name 'book'; did you mean 'bool'? book *findBook(book *head, int number){ ^~~~ bool /in/ex6.c:14:1: error: unknown type name 'book'; did you mean 'bool'? book *removeBook(book *head, int number){ ^~~~ bool /in/ex6.c:14:18: error: unknown type name 'book'; did you mean 'bool'? book *removeBook(book *head, int number){ ^~~~ bool
Information
- Submit By
- Type
- Submission
- Homework
- Midterm Exam 2
- Language
- C
- Submit At
- 2022-07-07 15:30:04
- Judged At
- 2022-07-08 16:04:55
- Judged By
- Score
- 0
- Total Time
- 0ms
- Peak Memory
- 0 Bytes