anon10366
29-09-2012, 11:20 AM
Hi,
I have made a main.c file in which i have included a functions.h file and also written this header file. But when I am trying to compile main.c file it is giving the error that
error: functions.h: No such file or directory
I have made a main.c file in which i have included a functions.h file and also written this header file. But when I am trying to compile main.c file it is giving the error that
error: functions.h: No such file or directory