Subversion Repositories freemyipod

Rev

Rev 652 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 652 Rev 835
Line 22... Line 22...
22
 
22
 
23
 
23
 
24
#include "emcoreapp.h"
24
#include "emcoreapp.h"
25
 
25
 
26
 
26
 
27
static void main()
27
static void main(int argc, const char** argv)
28
{
28
{
29
    cputs(3, "Hello, world!\n");
29
    cputs(3, "Hello, world!\n");
30
}
30
}
31
 
31
 
32
 
32