repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* configure.ac: Use AC_PROG_FC, FC and FCFLAGS instead of
[official-gcc.git]
/
libjava
/
testsuite
/
libjava.jni
/
final_method.c
blob
76d5ae528273954e6e33fe9fe375134056d48145
1
#include <final_method.h>
2
3
JNIEXPORT jstring JNICALL
4
Java_final_1method_meth
(
JNIEnv
*
env
,
jobject thisv
)
5
{
6
return
(*
env
)->
NewStringUTF
(
env
,
"zardoz has spoken"
);
7
}