summaryrefslogblamecommitdiff
path: root/test/files/jvm/natives.c
blob: 7b6d7b5ba58a1abe3e1233452440cf25817d1a48 (plain) (tree)
1
2
3
4
5
6
7
8







                                                  
#include "natives.h"

JNIEXPORT jstring JNICALL Java_Test_00024_sayHello
  (JNIEnv *env, jobject thisobject, jstring js)

{
    return js;
}