Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > e800b5a81c2e82694e475b2db24c4c33 > files > 13

gluegen-manual-1-0.20102502svn11.fc14.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);