diff options
Diffstat (limited to 'src/wchar/wcwidth.c')
-rw-r--r-- | src/wchar/wcwidth.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wchar/wcwidth.c b/src/wchar/wcwidth.c index 87e9d943..e562233c 100644 --- a/src/wchar/wcwidth.c +++ b/src/wchar/wcwidth.c @@ -1,3 +1,5 @@ +#if 0 + #include <stddef.h> #include "wctype/wint_t.c" #include "wctype/wctrans_t.c" @@ -11,3 +13,6 @@ int wcwidth(wchar_t wc) XOPEN(4) NOTE: this function is shaded "WP" in SUSv1 */ + + +#endif |