|
From: NightStrike <nig...@gm...> - 2010-12-13 04:59:30
|
On Sun, Dec 12, 2010 at 11:53 PM, Eric Olsen <eri...@at...> wrote:
> Why doesn't my MiniGW recognize the #include command?
> for example
> #include <studio.h>
> int main()
> {
> puts("Greetings, human!");
> return(0);
> }
> why wont this compile?
Try including stdio.h instead. Looks like a simple typo.
|