wcwidth/wcwidth.h
2016-10-24 02:14:17 +02:00

13 lines
138 B
C

#ifndef WCWIDTH_H_INCLUDED
#define WCWIDTH_H_INCLUDED
#include <stdlib.h>
__BEGIN_DECLS
int wcwidth(wchar_t ucs);
__END_DECLS
#endif