mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 21:49:33 +00:00
8 lines
168 B
C
8 lines
168 B
C
#include <final_method.h>
|
|
|
|
JNIEXPORT jstring JNICALL
|
|
Java_final_1method_meth (JNIEnv *env, jobject thisv)
|
|
{
|
|
return (*env)->NewStringUTF (env, "zardoz has spoken");
|
|
}
|