diff options
Diffstat (limited to 'src/wchar/mbstate_t.h')
-rw-r--r-- | src/wchar/mbstate_t.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/wchar/mbstate_t.h b/src/wchar/mbstate_t.h new file mode 100644 index 00000000..d29ecfa5 --- /dev/null +++ b/src/wchar/mbstate_t.h @@ -0,0 +1,6 @@ +#include <wchar.h> +typedef int mbstate_t; + +/* +STDC(199409) +*/ |