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

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


#endif