summaryrefslogtreecommitdiff
path: root/nonstd/static/wctrans.h
diff options
context:
space:
mode:
Diffstat (limited to 'nonstd/static/wctrans.h')
-rw-r--r--nonstd/static/wctrans.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/nonstd/static/wctrans.h b/nonstd/static/wctrans.h
new file mode 100644
index 00000000..5dcb7608
--- /dev/null
+++ b/nonstd/static/wctrans.h
@@ -0,0 +1,5 @@
+static const char *__wctrans[] = {
+ NULL, /* 0 is an invalid wctrans_t */
+ "tolower",
+ "toupper",
+};