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(2, "Memory map:\n");
29
    cputs(2, "Memory map:\n");
30
    malloc_walk(NULL, (void*)2);
30
    malloc_walk(NULL, (void*)2);
31
    cputc(2, '\n');
31
    cputc(2, '\n');
32
}
32
}