PPL Configured Java Language Interface  1.2
parma_polyhedra_library_IO.h
Go to the documentation of this file.
1 /* DO NOT EDIT THIS FILE - it is machine generated */
2 #include <jni.h>
3 /* Header for class parma_polyhedra_library_IO */
4 
5 #ifndef _Included_parma_polyhedra_library_IO
6 #define _Included_parma_polyhedra_library_IO
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 /*
11  * Class: parma_polyhedra_library_IO
12  * Method: wrap_string
13  * Signature: (Ljava/lang/String;III)Ljava/lang/String;
14  */
15 JNIEXPORT jstring JNICALL Java_parma_1polyhedra_1library_IO_wrap_1string
16  (JNIEnv *, jclass, jstring, jint, jint, jint);
17 
18 #ifdef __cplusplus
19 }
20 #endif
21 #endif
JNIEXPORT jstring JNICALL Java_parma_1polyhedra_1library_IO_wrap_1string(JNIEnv *, jclass, jstring, jint, jint, jint)