hs-boehmgc/buildsystem: rm of tempdir after cabal install caused problems with foreig...
[mate.git] / jmate / lang / MateRuntime.java
1 package jmate.lang;
2
3 public class MateRuntime {
4
5         public static native void loadLibrary(String lib);
6         public static native int getCurrentHeapSize();
7 }