Subversion Repositories freemyipod

Rev

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

Rev Author Line No. Line
454 theseven 1
#include "emcoreapp.h"
99 theseven 2
 
3
 
4
void main();
454 theseven 5
EMCORE_APP_HEADER("Hello world", main, 127)
99 theseven 6
 
7
 
8
void main()
9
{
10
    panic(PANIC_KILLTHREAD, "Hello, world!");
11
}