stdio.h is missing
Posted: Sat Feb 02, 2008 11:06 am
I've recently started using Ubuntu, after writing a little test application:
the compiler said stdio.h was not found, I did a search of the entire filesystem for stdio.h and only came up with nostdio.h.
Any ideas on how to solve this?
Code: Select all
#include <stdio.h>
int main()
{
printf("eat me");
}
Any ideas on how to solve this?