* sysdeps/m68k/bits/byteswap.h (__bswap_32): Add cast to avoid
[glibc/pb-stable.git] / conform / data / string.h-data
blob4773cb2b54ba7eab7ca6b1528054c36400fdd02b
1 constant NULL
3 type size_t
5 function {void*} memccpy (void*, const void*, int, size_t)
6 function {void*} memchr (const void*, int, size_t)
7 function int memcmp (const void*, const void*, size_t)
8 function {void*} memcpy (void*, const void*, size_t)
9 function {void*} memmove (void*, const void*, size_t)
10 function {void*} memset (void*, int, size_t)
11 function {char*} strcat (char*, const char*)
12 function {char*} strchr (const char*, int)
13 function int strcmp (const char*, const char*)
14 function int strcoll (const char*, const char*)
15 function {char*} strcpy (char*, const char*)
16 function size_t strcspn (const char*, const char*)
17 function {char*} strdup (const char*)
18 function {char*} strerror (int)
19 function size_t strlen (const char*)
20 function {char*} strncat (char*, const char*, size_t)
21 function int strncmp (const char*, const char*, size_t)
22 function {char*} strncpy (char*, const char*, size_t)
23 function {char*} strpbrk (const char*, const char*)
24 function {char*} strrchr (const char*, int)
25 function size_t strspn (const char*, const char*)
26 function {char*} strstr (const char*, const char*)
27 function {char*} strtok (char*, const char*)
28 function {char*} strtok_r (char*, const char*, char**)
29 function size_t strxfrm (char*, const char*, size_t)
31 allow-header stddef.h
33 allow str*
34 allow wcs*
35 allow *_t