summaryrefslogtreecommitdiff
path: root/src/wchar/_wchar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wchar/_wchar.h')
-rw-r--r--src/wchar/_wchar.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wchar/_wchar.h b/src/wchar/_wchar.h
index e5d87c7e..9b3a0cb2 100644
--- a/src/wchar/_wchar.h
+++ b/src/wchar/_wchar.h
@@ -6,6 +6,11 @@
#include "_safety.h"
#include "locale/_locale.h"
+extern struct __wchar_h {
+ wchar_t **wcstok;
+ size_t nwcstok;
+} __wchar_h;
+
struct __mbstate_t {
unsigned int ctype_epoch;
enum { NONE, WTOMB, MBTOW } dir;