Document problem with NATs in getaddrinfo.
[glibc.git] / conform / data / strings.h-data
blob01cd86742610110a75cc078444883aa3dd7e235f
1 #if !defined XOPEN2K8 && !defined POSIX2008
2 function int bcmp (const void*, const void*, size_t)
3 function void bcopy (const void*, void*, size_t)
4 function void bzero (void*, size_t)
5 function {char*} index (const char*, int)
6 function {char*} rindex (const char*, int)
7 #endif
8 #if !defined POSIX && !defined POSIX2008
9 function int ffs (int)
10 #endif
11 function int strcasecmp (const char*, const char*)
12 function int strncasecmp (const char*, const char*, size_t)
13 #if defined XOPEN2K8 || defined POSIX2008
14 function int strcasecmp_l (const char*, const char*, locale_t)
15 function int strncasecmp_l (const char*, const char*, size_t, locale_t)
16 #endif
18 type size_t
19 #if defined XOPEN2K8 || defined POSIX2008
20 type locale_t
21 #endif
23 allow *_t