DEBSOURCES
Skip Quicknav
sources / scala / 2.9.2%2Bdfsg-1 / test / files / jvm / natives.c
12345678
#include "natives.h" JNIEXPORT jstring JNICALL Java_Test_00024_sayHello (JNIEnv *env, jobject thisobject, jstring js) { return js; }