wchar.h - 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
---
wchar.h (134B)
---
1 #ifndef BITS_WCHAR_H
2 #define BITS_WCHAR_H
3 typedef struct {
4 unsigned char oc;
5 unsigned char sh;
6 __wchar_t wc;
7 } __mbstate_t;
8 #endif