index
:
jocl.git
b22x
edge
java11
master
rc
JOCL repository on http://jogamp.org/ ;
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
resources
/
example1
/
function.c
blob: 9a84189b4206583fb7f489f2227e08f74af33d70 (
plain
)
1
2
3
int
one_plus
(
int
a
) {
return
1
+
a
;
}