Subversion Repositories freemyipod

Rev

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