Subversion Repositories freemyipod

Rev

Rev 529 | Rev 652 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 529 Rev 534
Line 1... Line 1...
1
#include "emcoreapp.h"
1
#include "emcoreapp.h"
2
 
2
 
3
 
3
 
4
static void main()
4
static void main()
5
{
5
{
6
    cputc(3, "Hello, world!\n");
6
    cputs(3, "Hello, world!\n");
7
}
7
}
8
 
8
 
9
 
9
 
10
EMCORE_APP_HEADER("Hello world", main, 127)
10
EMCORE_APP_HEADER("Hello world", main, 127)