Sophie

Sophie

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

gluegen-manual-1.0b06-0.0.14.mga6.noarch.rpm

/* Give GlueGen a typedef for size_t */
typedef int size_t;

size_t strlen(const char* str);
char*  strstr(const char* str1, const char* str2);