blob: 3f0ea72817e502c2931170ae88b8ab135d51a388 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#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
*/
|