You show a file called INIT.H, but you include a file called "INTRO.H"

INIT.C should include INIT.H
This keeps the prototype/definition of wipe() in sync, and you don't have to keep redefining true and false.

Copy/pasting your actual console/terminal log of the compilation would be useful.