Subversion Repositories freemyipod

Rev

Rev 489 | Rev 534 | 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
 
529 theseven 4
static void main()
5
{
6
    cputc(3, "Hello, world!\n");
7
}
99 theseven 8
 
9
 
529 theseven 10
EMCORE_APP_HEADER("Hello world", main, 127)