Rev 529 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
#include "emcoreapp.h" static void main() { cputs(3, "Hello, world!\n"); } EMCORE_APP_HEADER("Hello world", main, 127)
#include "emcoreapp.h"
static void main()
{
cputs(3, "Hello, world!\n");
}
EMCORE_APP_HEADER("Hello world", main, 127)