Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > 23b5c5d4d20e3053d699513ed7ddbdaa > files > 12

gluegen-manual-1-0.20102503svn13.fc16.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>