_mbsget.c - scc - simple c99 compiler
HTML git clone git://git.simple-cc.org/scc
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
_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 }