Go to the source code of this file.
◆ _INC_WCTYPE
◆ towctrans()
Definition at line 149 of file wcs.c.
150{
154}
wint_t CDECL _towupper_l(wint_t c, _locale_t locale)
wint_t CDECL _towlower_l(wint_t c, _locale_t locale)
◆ wctrans()
Definition at line 38 of file wctrans.cpp.
39{
40 for (
unsigned n = 0;
tab[
n].s != 0; ++
n)
41 {
44 }
45
46 return 0;
47}
_ACRTIMP int __cdecl strcmp(const char *, const char *)
static struct wctab tab[]
◆ wctype()
Definition at line 41 of file wctype.cpp.
42{
43 for (
unsigned n = 0;
tab[
n].s != 0; ++
n)
44 {
47 }
48
49 return 0;
50}
static struct wctab tab[]
◆ wctrans_t