Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 439d08e57cc0fb05209e0aa230d82ddc > files > 14

gluegen-manual-1.0b06-0.0.8.mga4.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>