experiments with JNI;
[mate.git] / rts / mock / jmate_lang_MateRuntime.c
1 #include "jmate_lang_MateRuntime.h"
2
3 JNIEXPORT jint JNICALL Java_jmate_lang_MateRuntime_getCurrentHeapSize
4   (JNIEnv *env, jclass class)
5 {
6         return 0;
7 }
8
9