Retro68/gcc/libjava/testsuite/libjava.jni/PR15133.c
Wolfgang Thaller aaf905ce07 add gcc 4.70
2012-03-28 01:13:14 +02:00

10 lines
161 B
C

#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);
}