summaryrefslogtreecommitdiff
path: root/nonstd/static/wctype.h
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-01-26 22:41:05 -0500
committerJakob Kaivo <jkk@ung.org>2019-01-26 22:41:05 -0500
commit8c6d4505329f94446084ca93eae10cd796d79a8d (patch)
treec00c6a990c81bd771ebcac72b38fd3ce2382c42e /nonstd/static/wctype.h
new framework for building sources after gitlab migration
Diffstat (limited to 'nonstd/static/wctype.h')
-rw-r--r--nonstd/static/wctype.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/nonstd/static/wctype.h b/nonstd/static/wctype.h
new file mode 100644
index 00000000..e0615096
--- /dev/null
+++ b/nonstd/static/wctype.h
@@ -0,0 +1,15 @@
+static const char *__wctype[] = {
+ 0, /* 0 is an invalid wctype_t */
+ "alnum",
+ "alpha",
+ "blank",
+ "cntrl",
+ "digit",
+ "graph",
+ "lower",
+ "print",
+ "punct",
+ "space",
+ "upper",
+ "xdigit",
+};