Sophie

Sophie

distrib > Mageia > 6 > x86_64 > media > core-release > by-pkgid > 50448878465f9d3eafc960e948b0fa56 > files > 14

gluegen-manual-1.0b06-0.0.14.mga6.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>