Sophie

Sophie

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

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