experiments with JNI;
[mate.git] / rts / mock / jmate_lang_MateRuntime.h
1 /* DO NOT EDIT THIS FILE - it is machine generated */
2 #include <jni.h>
3 /* Header for class jmate_lang_MateRuntime */
4
5 #ifndef _Included_jmate_lang_MateRuntime
6 #define _Included_jmate_lang_MateRuntime
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 /*
11  * Class:     jmate_lang_MateRuntime
12  * Method:    getCurrentHeapSize
13  * Signature: ()I
14  */
15 JNIEXPORT jint JNICALL Java_jmate_lang_MateRuntime_getCurrentHeapSize
16   (JNIEnv *, jclass);
17
18 #ifdef __cplusplus
19 }
20 #endif
21 #endif