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

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

int wcwidth(wchar_t wc)
{
	SIGNAL_SAFE(0);

}

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


#endif