Hello,
I'm trying to make a Hello World project in MetroWerks C/C++ 1.01, see the code:
And here is the make log:
Thanks,
Nathan Paulino Campos
I'm trying to make a Hello World project in MetroWerks C/C++ 1.01, see the code:
Code:
// Hello.c
#include
int main(void)
{
printf("Hello, World!");
return 0;
}
Code:
·· Link Error : LinkError:Hello.c: 'printf' referenced from 'main' is undefined.
Nathan Paulino Campos

