Main Page   Modules   Compound List   File List   Compound Members   File Members  

startup.c File Reference

Jaune - Ahead of time Java compiler for small systems. More...

#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]


Detailed Description

Jaune - Ahead of time Java compiler for small systems.

Author:
Copyright Michael Hope 2002 <michaelh@juju.net.nz> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
Id:
startup.c,v 1.1.1.1 2002/04/23 03:43:00 michaelh Exp


Function Documentation

int main void   
 

Main startup function.

Initalises the heap, sets up the top of stack marker, calls the Java startup method and cleans up.


Generated on Sat May 11 15:15:41 2002 for JauneRuntimeclib by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002