comparison java/jdc/org_dyncall_DC.h @ 0:0cfcc391201f

initial from svn dyncall-1745
author Daniel Adler
date Thu, 19 Mar 2015 22:26:28 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:0cfcc391201f
1 /* DO NOT EDIT THIS FILE - it is machine generated */
2 #include <jni.h>
3 /* Header for class org_dyncall_DC */
4
5 #ifndef _Included_org_dyncall_DC
6 #define _Included_org_dyncall_DC
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 /*
11 * Class: org_dyncall_DC
12 * Method: newCallVM
13 * Signature: (II)Lorg/dyncall/callvm;
14 */
15 JNIEXPORT jobject JNICALL Java_org_dyncall_DC_newCallVM
16 (JNIEnv *, jclass, jint, jint);
17
18 #ifdef __cplusplus
19 }
20 #endif
21 #endif