final_method.c 168 Bytes
Newer Older
Tom Tromey committed
1 2
#include <final_method.h>

3
JNIEXPORT jstring JNICALL
Tom Tromey committed
4 5 6 7
Java_final_1method_meth (JNIEnv *env, jobject thisv)
{
  return (*env)->NewStringUTF (env, "zardoz has spoken");
}