Data Fields | |
int(* | __isctype )(int, int) |
int(* | __toupper )(int) |
int(* | __tolower )(int) |
int(* | __iswctype )(long, int) |
long(* | __towupper )(long) |
long(* | __towlower )(long) |
int(* | __wctomb )(char *s, unsigned wc, struct __mbstate_s *state) |
int(* | __mbtowc )(unsigned *pwc, const char *s, unsigned len, struct __mbstate_s *state) |
int(* __isctype) (int, int) |
int(* __iswctype) (long, int) |
int(* __mbtowc) (unsigned *pwc, const char *s, unsigned len, struct __mbstate_s *state) |
int(* __tolower) (int) |
int(* __toupper) (int) |
long(* __towlower) (long) |
long(* __towupper) (long) |
int(* __wctomb) (char *s, unsigned wc, struct __mbstate_s *state) |