* sysdeps/m68k/bits/byteswap.h (__bswap_32): Add cast to avoid
[glibc/pb-stable.git] / conform / data / wchar.h-data
blob49f85c5210f2b2987ee2d853c8d5fb3d2e1becfe
1 type wchar_t
2 type wint_t
3 type wctype_t
4 type mbstate_t
5 type FILE
6 type size_t
8 function wint_t btowc (int)
9 function int fwprintf (FILE*, const wchar_t*, ...)
10 function int fwscanf (FILE*, const wchar_t*, ...)
11 #if !ISO
12 function int iswalnum (wint_t)
13 function int iswalpha (wint_t)
14 function int iswcntrl (wint_t)
15 function int iswdigit (wint_t)
16 function int iswgraph (wint_t)
17 function int iswlower (wint_t)
18 function int iswprint (wint_t)
19 function int iswpunct (wint_t)
20 function int iswspace (wint_t)
21 function int iswupper (wint_t)
22 function int iswxdigit (wint_t)
23 function int iswctype (wint_t, wctype_t)
24 #endif
25 function wint_t fgetwc (FILE*)
26 function {wchar_t*} fgetws (wchar_t*, int, FILE*)
27 function wint_t fputwc (wchar_t, FILE*)
28 function int fputws (const wchar_t*, FILE*)
29 function int fwide (FILE*, int)
30 function wint_t getwc (FILE*)
31 function wint_t getwchar (void)
32 function int mbsinit (const mbstate_t*)
33 function size_t mbrlen (const char*, size_t, mbstate_t*)
34 function size_t mbrtowc (wchar_t*, const char*, size_t, mbstate_*)
35 function size_t mbsrtowcs (wchar_t*, const char**, size_t, mbstate_t*)
36 function wint_t putwc (wchar_t, FILE*)
37 function wint_t putwchar (wchar_t)
38 function int swprintf (wchar_t*, size_t, const wchar_t*, ...)
39 function int swscanf (const wchar_t*, const wchar_t*, ...)
40 function wint_t towlower (wint_t)
41 function wint_t towupper (wint_t)
42 function wint_t ungetwc (wint_t, FILE*)
43 function int vfwprintf (FILE, const wchar_t*, va_list)
44 function int vwprintf (const wchar_t*, va_list)
45 function int vswprintf (wchar_t*, size_t, const wchar_t*, va_list)
46 function size_t wcrtomb (char*, wchar_t, mbstate_t*)
47 function {wchar_t*} wcscat (wchar_t*, const wchar_t*)
48 function {wchar_t*} wcschr (const wchar_t*, wchar_t)
49 function int wcscmp (const wchar_t*, const wchar_t*)
50 function int wcscoll (const wchar_t*, const wchar_t*)
51 function {wchar_t*} wcscpy (wchar_t*, const wchar_t*)
52 function size_t wcscspn (const wchar_t*, const wchar_t*)
53 function size_t wcsftime (wchar_t*, size_t, const wchar_t*, const struct tm*)
54 function size_t wcslen (const wchar_t*)
55 function {wchar_t*} wcsncat (wchar_t*, const wchar_t*, size_t)
56 function int wcsncmp (const wchar_t*, const wchar_t*, size_t)
57 function {wchar_t*} wcsncpy (wchar_t*, const wchar_t*, size_t)
58 function {wchar_t*} wcspbrk (const wchar_t*, const wchar_t*)
59 function {wchar_t*} wcsrchr (const wchar_t*, wchar_t)
60 function size_t wcsrtombs (char*, const wchar_t**, size_t, mbstate_t*)
61 function size_t wcsspn (const wchar_t*, const wchar_t*)
62 function {wchar_t*} wcsstr (const wchar_t*, const wchar_t*)
63 function double wcstod (const wchar_t*, wchar_t**)
64 function {wchar_t*} wcstok (wchar_t*, const wchar_t*, wchar_t**)
65 function {long int} wcstol (const wchar_t*, wchar_t**, int)
66 function {unsigned long int} wcstoul (const wchar_t*, wchar_t**, int)
67 function {wchar_t*} wcswcs (const wchar_t*, const wchar_t*)
68 function int wcswidth (const wchar_t*, size_t)
69 function size_t wcsxfrm (wchar_t*, const wchar_t*, size_t)
70 function int wctob (wint_t)
71 function wctype_t wctype (const char*)
72 function int wcwidth (wchar_t)
73 function {wchar_t*} wmemchr (const wchar_t*, wchar_t, size_t)
74 function int wmemcmp (const wchar_t*, const wchar_t*, size_t)
75 function {wchar_t*} wmemcpy (wchar_t*, const wchar_t*, size_t)
76 function {wchar_t*} wmemmove (wchar_t*, const wchar_t*, size_t)
77 function {wchar_t*} wmemset (wchar_t*, wchar_t, size_t)
78 function int wprintf (const wchar_t*, ...)
79 function int wscanf (const wchar_t*, ...)
81 macro WCHAR_MAX
82 macro WCHAR_MIN
83 macro WEOF
84 macro NULL
86 allow-header ctype.h
87 allow-header stdio.h
88 allow-header stdarg.h
89 allow-header stdlib.h
90 allow-header string.h
91 allow-header stddef.h
92 allow-header time.h
94 allow wcs*
95 allow *_t