1 2 3 4 5 6 7 8 9
#include <stdio.h> #include <jni.h> #include "PR15133.h" JNIEXPORT void JNICALL Java_PR15133_printIt (JNIEnv *env, jobject x, jint y) { printf ("%d\n", y); }