diff options
Diffstat (limited to 'src/wchar/wcswidth.c')
| -rw-r--r-- | src/wchar/wcswidth.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/wchar/wcswidth.c b/src/wchar/wcswidth.c new file mode 100644 index 00000000..54332392 --- /dev/null +++ b/src/wchar/wcswidth.c @@ -0,0 +1,10 @@ +#include <wchar.h> + +int wcswidth(const wchar_t * wcsptr, size_t n) +{ +} + +/* +XOPEN(4) +NOTE: this portion is shaded WP in SUSv1 +*/ |
