source: trunk/src/gcc/libjava/testsuite/libjava.jni/final_method.c@ 2

Last change on this file since 2 was 2, checked in by bird, 23 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 150 bytes
Line 
1#include <final_method.h>
2
3jstring
4Java_final_1method_meth (JNIEnv *env, jobject thisv)
5{
6 return (*env)->NewStringUTF (env, "zardoz has spoken");
7}
Note: See TracBrowser for help on using the repository browser.