#include <stdio.h>
#include "clib.h"
#include "gc.h"
Defines | |
| #define | HEAP_START _heap |
| #define | HEAP_SIZE sizeof(_heap) |
Functions | |
| void | JavaMain (void) |
| void | JSServices__gc (void) |
| void | exit (int) |
| int | main (void) |
| Main startup function. More... | |
Variables | |
| STATIC UINT8 | _heap [4096] |
|
|
Main startup function. Initalises the heap, sets up the top of stack marker, calls the Java startup method and cleans up. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002