Sophie

Sophie

distrib > Mageia > 7 > x86_64 > by-pkgid > bfe64bed15eb643209866c9310acb950 > files > 14

gluegen-manual-1.0b06-0.0.15.mga7.noarch.rpm

Package testfunction
Style AllStatic
JavaClass TestFunction
JavaOutputDir   gensrc/java
NativeOutputDir gensrc/native

# strlen takes a string as argument
ArgumentIsString strlen 0

# strstr takes strings as arguments
ArgumentIsString strstr 0 1
# it also returns a string
ReturnsString strstr

CustomCCode /* Include string.h header */
CustomCCode #include <string.h>