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