summaryrefslogtreecommitdiff
path: root/src/wchar/wcswidth.c
blob: 3aadc89be774f117ed9a0422627882eae83201b6 (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 wcswidth(const wchar_t * wcsptr, size_t n)
{
	SIGNAL_SAFE(0);

}

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


#endif