I'm not sure but I haven't heard of C and lite-C being compatible, its like saying Python and Visual Basic should be able to be included within another, it simply can't be done, there two different to coexist. Unless lite-C is built with C which I'm not sure about. But in lite C I include files that I have written by things like
Code:
#include "menu.c"
try that and see what happens. Note: When I do this, menu.c is in the file I'm calling the code I'm writing from.