Milán Major

netscape-revival

1 branch
Code

lib/mac/Java/_gen/java_lang_System.h

/* DO NOT EDIT THIS FILE - it is machine generated */
#include "native.h"
/* Header for class java_lang_System */

#ifndef _Included_java_lang_System
#define _Included_java_lang_System

typedef struct Classjava_lang_System {
/* Inaccessible static: in */
/* Inaccessible static: out */
/* Inaccessible static: err */
/* Inaccessible static: security */
/* Inaccessible static: props */
    char PAD;	/* ANSI C requires structures to have a least one member */
} Classjava_lang_System;
HandleTo(java_lang_System);

struct Hjava_io_InputStream;
struct Hjava_io_PrintStream;
extern void java_lang_System_setSystemIO(struct Hjava_lang_System* self,struct Hjava_io_InputStream *,struct Hjava_io_PrintStream *,struct Hjava_io_PrintStream *);
extern int64_t java_lang_System_currentTimeMillis(struct Hjava_lang_System* self);
struct Hjava_lang_Object;
extern void java_lang_System_arraycopy(struct Hjava_lang_System* self,struct Hjava_lang_Object *,long,struct Hjava_lang_Object *,long,long);
struct Hjava_util_Properties;
extern struct Hjava_util_Properties *java_lang_System_initProperties(struct Hjava_lang_System* self,struct Hjava_util_Properties *);
#endif