8 lines
107 B
C
8 lines
107 B
C
|
#ifndef WCWIDTH_H
|
||
|
#define WCWIDTH_H
|
||
|
|
||
|
|
||
|
int mk_wcswidth(const wchar_t *pwcs, size_t n);
|
||
|
|
||
|
#endif // WCWIDTH_H
|