2.9
[glibc/nacl-glibc.git] / conform / data / strings.h-data
blob201780c8d3fe5a5cd2c1900b1b4e43d3060082a2
1 function int bcmp (const void*, const void*, size_t)
2 function void bcopy (const void*, void*, size_t)
3 function void bzero (void*, size_t)
4 function int ffs (int)
5 function {char*} index (const char*, int)
6 function {char*} rindex (const char*, int)
7 function int strcasecmp (const char*, const char*)
8 function int strncasecmp (const char*, const char*, size_t)
10 type size_t
12 allow *_t