home *** CD-ROM | disk | FTP | other *** search
- /* 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
-
- #pragma pack(4)
-
- 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);
-
- #pragma pack()
-
- #ifdef __cplusplus
- extern "C" {
- #endif
- struct Hjava_io_InputStream;
- extern void java_lang_System_setIn0(struct Hjava_lang_System *,struct Hjava_io_InputStream *);
- struct Hjava_io_PrintStream;
- extern void java_lang_System_setOut0(struct Hjava_lang_System *,struct Hjava_io_PrintStream *);
- extern void java_lang_System_setErr0(struct Hjava_lang_System *,struct Hjava_io_PrintStream *);
- extern int64_t java_lang_System_currentTimeMillis(struct Hjava_lang_System *);
- struct Hjava_lang_Object;
- extern void java_lang_System_arraycopy(struct Hjava_lang_System *,struct Hjava_lang_Object *,long,struct Hjava_lang_Object *,long,long);
- extern long java_lang_System_identityHashCode(struct Hjava_lang_System *,struct Hjava_lang_Object *);
- struct Hjava_util_Properties;
- extern struct Hjava_util_Properties *java_lang_System_initProperties(struct Hjava_lang_System *,struct Hjava_util_Properties *);
- #ifdef __cplusplus
- }
- #endif
- #endif
-