I seem to be getting the rookie error where it says, undefined reference to 'check'
, as shown below:
This should not be a problem, as I have in fact made a check.h
and included in hiker.c
, as shown below:
Does anybody know the source of this problem? I have just started using MinGW(as I wanted to learn programming C on Windows).
Here is a picture of the main function. I can add the code too if necessary: