Minor cleanups in libio/iofdopen.c
[glibc.git] / conform / data / strings.h-data
blobd22609a0f8d39e6769407a40d3f52eb3843b6669
1 #if !defined ISO && !defined ISO99 && !defined ISO11 && !defined POSIX && !defined XPG3
2 # if !defined XOPEN2K8 && !defined POSIX2008
3 function int bcmp (const void*, const void*, size_t)
4 function void bcopy (const void*, void*, size_t)
5 function void bzero (void*, size_t)
6 function {char*} index (const char*, int)
7 function {char*} rindex (const char*, int)
8 # endif
9 # if !defined POSIX2008
10 function int ffs (int)
11 # endif
12 function int strcasecmp (const char*, const char*)
13 function int strncasecmp (const char*, const char*, size_t)
14 # if defined XOPEN2K8 || defined POSIX2008
15 function int strcasecmp_l (const char*, const char*, locale_t)
16 function int strncasecmp_l (const char*, const char*, size_t, locale_t)
17 # endif
19 type size_t
20 # if defined XOPEN2K8 || defined POSIX2008
21 type locale_t
22 # endif
24 allow *_t
25 #endif