1
0
Fork 0
libfort/src/wcwidth.h

8 lines
107 B
C
Raw Normal View History

2018-03-21 18:46:27 +01:00
#ifndef WCWIDTH_H
#define WCWIDTH_H
int mk_wcswidth(const wchar_t *pwcs, size_t n);
#endif // WCWIDTH_H