blob: be5a48efa3b8019955f8aed12576f8dfb318b477 [file] [log] [blame]
#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);
}