Main Page | Namespace List | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

main.c File Reference

#include "arch.h"
#include <stdlib.h>
#include "jvmcfg.h"
#include "classfile.h"
#include "jvm.h"

Go to the source code of this file.

Functions

int main (int argc, char **argv, char **envp)
 Example of invoking the main JVM entry point.
static void main_c_dummy (void)

Variables

static char * main_c_copyright = "\0" "$URL: https://svn.apache.org/path/name/main.c $ $Id: main.c 0 09/28/2005 dlydick $" " " "Copyright 2005 The Apache Software Foundation or its licensors, as applicable."


Function Documentation

static void main_c_dummy void   )  [static]
 

Definition at line 45 of file main.c.

int main int  argc,
char **  argv,
char **  envp
 

Example of invoking the main JVM entry point.

The arguments to jvm() are identical in format and presentation to those used to enter a 'C' main program.

Parameters:
argc Number of parameters being passed in argv
argv Array of null-terminated strings, argv[0] being the program name, argv[1] being the first argument, etc.
envp Environment pointer
Returns:
exit code from jvm()

Definition at line 73 of file main.c.

References jvm().


Variable Documentation

char* main_c_copyright = "\0" "$URL: https://svn.apache.org/path/name/main.c $ $Id: main.c 0 09/28/2005 dlydick $" " " "Copyright 2005 The Apache Software Foundation or its licensors, as applicable." [static]
 

Definition at line 45 of file main.c.


Generated on Fri Sep 30 19:00:29 2005 by  doxygen 1.4.4