index
:
users/mraynsford/gluegen.git
mark
master
GLUEGEN repository on http://jogamp.org/ ;
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
doc
/
manual
/
example1
/
function.c
blob: 9a84189b4206583fb7f489f2227e08f74af33d70 (
plain
)
1
2
3
int
one_plus
(
int
a
) {
return
1
+
a
;
}