scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | 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