wcwidth/wcwidth.h

13 lines
138 B
C
Raw Permalink Normal View History

2016-08-04 04:04:06 -07:00
#ifndef WCWIDTH_H_INCLUDED
#define WCWIDTH_H_INCLUDED
#include <stdlib.h>
__BEGIN_DECLS
2016-08-04 04:04:06 -07:00
int wcwidth(wchar_t ucs);
__END_DECLS
2016-08-04 04:04:06 -07:00
#endif