_mbsget.c (103B)
1 #include <wchar.h> 2 3 #include "../../libc.h" 4 5 int 6 _mbsget(mbstate_t *ps) 7 { 8 return ps->__mbstate8[0]; 9 }