summaryrefslogtreecommitdiff
path: root/src/wchar/wcwidth.c
blob: e562233ce35f3b8aa3b35bcb4f8842ebdaacf296 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#if 0

#include <stddef.h>
#include "wctype/wint_t.c"
#include "wctype/wctrans_t.c"
#include <wchar.h>

int wcwidth(wchar_t wc)
{
}

/*
XOPEN(4)
NOTE: this function is shaded "WP" in SUSv1
*/


#endif