News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Process terminated with status 12 (0 minutes, 7 seconds)

Started by srikanth, April 13, 2013, 09:55:14 AM

Previous topic - Next topic

srikanth

I got this message when I built and ran Hello World program in C. What does it mean?

Jenna

That your Hello world program has 12 as return-value !

Folco

Kernel Extremist - PedroM power ©

srikanth

Ok had it sorted out. Forgot to type int main(void) and include return 0; in the body of the main function.