Subversion Repositories freemyipod

Rev

Rev 116 | Rev 529 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

#include "emcoreapp.h"


void main();
EMCORE_APP_HEADER("Hello world", main, 127)


void main()
{
    panic(PANIC_KILLTHREAD, "Hello, world!");
}