URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [testsuite/] [libjava.jni/] [PR15133.c] - Rev 790
Go to most recent revision | Compare with Previous | Blame | View Log
#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); }
Go to most recent revision | Compare with Previous | Blame | View Log