summaryrefslogtreecommitdiff
path: root/src/wchar/wcwidth.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wchar/wcwidth.c')
-rw-r--r--src/wchar/wcwidth.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/wchar/wcwidth.c b/src/wchar/wcwidth.c
new file mode 100644
index 00000000..4b1a32fe
--- /dev/null
+++ b/src/wchar/wcwidth.c
@@ -0,0 +1,10 @@
+#include <wchar.h>
+
+int wcwidth(wchar_t wc)
+{
+}
+
+/*
+XOPEN(4)
+NOTE: this function is shaded "WP" in SUSv1
+*/