From 8c6d4505329f94446084ca93eae10cd796d79a8d Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sat, 26 Jan 2019 22:41:05 -0500 Subject: new framework for building sources after gitlab migration --- nonstd/static/wctype.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 nonstd/static/wctype.h (limited to 'nonstd/static/wctype.h') 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", +}; -- cgit v1.2.1