]> sourceware.org Git - glibc.git/blame - conform/data/string.h-data
Update.
[glibc.git] / conform / data / string.h-data
CommitLineData
002e2dc4
UD
1constant NULL
2
3type size_t
4
5function {void*} memccpy (void*, const void*, int, size_t)
6function {void*} memchr (const void*, int, size_t)
7function int memcmp (const void*, const void*, size_t)
8function {void*} memcpy (void*, const void*, size_t)
9function {void*} memmove (void*, const void*, size_t)
10function {void*} memset (void*, int, size_t)
11function {char*} strcat (char*, const char*)
12function {char*} strchr (const char*, int)
13function int strcmp (const char*, const char*)
14function int strcoll (const char*, const char*)
15function {char*} strcpy (char*, const char*)
16function size_t strcspn (const char*, const char*)
17function {char*} strdup (const char*)
18function {char*} strerror (int)
19function size_t strlen (const char*)
20function {char*} strncat (char*, const char*, size_t)
21function int strncmp (const char*, const char*, size_t)
22function {char*} strncpy (char*, const char*, size_t)
23function {char*} strpbrk (const char*, const char*)
24function {char*} strrchr (const char*, int)
25function size_t strspn (const char*, const char*)
26function {char*} strstr (const char*, const char*)
27function {char*} strtok (char*, const char*)
28function {char*} strtok_r (char*, const char*, char**)
29function size_t strxfrm (char*, const char*, size_t)
30
31allow-header stddef.h
0ed99ce4
UD
32
33allow str*
34allow wcs*
35allow *_t
This page took 0.07811 seconds and 5 git commands to generate.