When I try to compile a simple C program
I get an error message
“File stdio.h not found”
Follwoing is the code
# include
main()
{ printf(“Hello world”);
}
Do I have to make any path settings or compiler options for “gcc” while compiling.
Dhananjay
dhananjay@www.com