Print can't find method and exit.
[cacao.git] / nat / System.h
1 /* This file is machine generated, don't edit it !*/
2
3 /* Structure information for class: java/lang/System */
4
5 typedef struct java_lang_System {
6    java_objectheader header;
7 } java_lang_System;
8
9 /*
10  * Class:     java/lang/System
11  * Method:    arraycopy
12  * Signature: (Ljava/lang/Object;ILjava/lang/Object;II)V
13  */
14 JNIEXPORT void JNICALL Java_java_lang_System_arraycopy (JNIEnv *env , struct java_lang_Object* par1, s4 par2, struct java_lang_Object* par3, s4 par4, s4 par5);
15 /*
16  * Class:     java/lang/System
17  * Method:    currentTimeMillis
18  * Signature: ()J
19  */
20 JNIEXPORT s8 JNICALL Java_java_lang_System_currentTimeMillis (JNIEnv *env );
21 /*
22  * Class:     java/lang/System
23  * Method:    getCallerClass
24  * Signature: ()Ljava/lang/Class;
25  */
26 JNIEXPORT struct java_lang_Class* JNICALL Java_java_lang_System_getCallerClass (JNIEnv *env );
27 /*
28  * Class:     java/lang/System
29  * Method:    identityHashCode
30  * Signature: (Ljava/lang/Object;)I
31  */
32 JNIEXPORT s4 JNICALL Java_java_lang_System_identityHashCode (JNIEnv *env , struct java_lang_Object* par1);
33 /*
34  * Class:     java/lang/System
35  * Method:    initProperties
36  * Signature: (Ljava/util/Properties;)Ljava/util/Properties;
37  */
38 JNIEXPORT struct java_util_Properties* JNICALL Java_java_lang_System_initProperties (JNIEnv *env , struct java_util_Properties* par1);
39 /*
40  * Class:     java/lang/System
41  * Method:    mapLibraryName
42  * Signature: (Ljava/lang/String;)Ljava/lang/String;
43  */
44 JNIEXPORT struct java_lang_String* JNICALL Java_java_lang_System_mapLibraryName (JNIEnv *env , struct java_lang_String* par1);
45 /*
46  * Class:     java/lang/System
47  * Method:    registerNatives
48  * Signature: ()V
49  */
50 JNIEXPORT void JNICALL Java_java_lang_System_registerNatives (JNIEnv *env );
51 /*
52  * Class:     java/lang/System
53  * Method:    setErr0
54  * Signature: (Ljava/io/PrintStream;)V
55  */
56 JNIEXPORT void JNICALL Java_java_lang_System_setErr0 (JNIEnv *env , struct java_io_PrintStream* par1);
57 /*
58  * Class:     java/lang/System
59  * Method:    setIn0
60  * Signature: (Ljava/io/InputStream;)V
61  */
62 JNIEXPORT void JNICALL Java_java_lang_System_setIn0 (JNIEnv *env , struct java_io_InputStream* par1);
63 /*
64  * Class:     java/lang/System
65  * Method:    setOut0
66  * Signature: (Ljava/io/PrintStream;)V
67  */
68 JNIEXPORT void JNICALL Java_java_lang_System_setOut0 (JNIEnv *env , struct java_io_PrintStream* par1);