KallistiOS git master
Independent SDK for the Sega Dreamcast
|
Conversion state information. More...
#include <sys/_types.h>
Data Fields | ||
int | __count | |
union { | ||
wint_t __wch | ||
unsigned char __wchb [4] | ||
} | __value | |
Conversion state information.
int _mbstate_t::__count |
union { ... } _mbstate_t::__value |
wint_t _mbstate_t::__wch |
unsigned char _mbstate_t::__wchb[4] |