I am trying to compile my code and the error is in my ADT module .h file at this line:
void printList(FILE* out, ListRef L);
The precise error is "list.h:42: error: expected ‘)’ before ‘*’ token"
Everything seems fine to me with the rest of the program but my compiler does not that asterisk and I have been struggling to find a solution. Am I missing a definition? Any help would be greatly appreciated.