libfort/src/wcwidth.h
2018-03-22 21:14:50 +03:00

8 lines
107 B
C

#ifndef WCWIDTH_H
#define WCWIDTH_H
int mk_wcswidth(const wchar_t *pwcs, size_t n);
#endif // WCWIDTH_H