Remove "[Add new features here]" for 2.27
[glibc.git] / conform / data / strings.h-data
blob13827ebed9a1c42e9a5e8fd3826de877adfa2d52
1 #if !defined ISO && !defined ISO99 && !defined ISO11 && !defined POSIX && !defined XPG4
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