File: function.h

package info (click to toggle)
gluegen2 2.6.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,320 kB
  • sloc: java: 55,357; ansic: 3,758; xml: 3,328; sh: 1,565; pascal: 591; asm: 162; makefile: 76
file content (5 lines) | stat: -rw-r--r-- 144 bytes parent folder | download | duplicates (11)
1
2
3
4
5
/* 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);