Mercurial > pub > dyncall > bindings
view java/jdc/org_dyncall_DC.h @ 8:c7830d9614f5
- removed stale/old java binding GNUmakefile
author | cslag |
---|---|
date | Sat, 26 Mar 2016 00:13:32 +0100 |
parents | 0cfcc391201f |
children |
line wrap: on
line source
/* DO NOT EDIT THIS FILE - it is machine generated */ #include <jni.h> /* Header for class org_dyncall_DC */ #ifndef _Included_org_dyncall_DC #define _Included_org_dyncall_DC #ifdef __cplusplus extern "C" { #endif /* * Class: org_dyncall_DC * Method: newCallVM * Signature: (II)Lorg/dyncall/callvm; */ JNIEXPORT jobject JNICALL Java_org_dyncall_DC_newCallVM (JNIEnv *, jclass, jint, jint); #ifdef __cplusplus } #endif #endif