repo.or.cz
/
zpugcc
/
jano.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fixes for host gcc 4.6.1
[zpugcc/jano.git]
/
toolchain
/
gcc
/
libjava
/
testsuite
/
libjava.jni
/
simple_int.c
blob
a7c64b0cd5f8a02f6f37f36c25eb348be95cc3bd
1
#include <simple_int.h>
2
3
JNIEXPORT jint JNICALL
4
Java_simple_1int_nat
(
JNIEnv
*
env
,
jclass klass
,
jint val
)
5
{
6
return
2
*
val
;
7
}