aboutsummaryrefslogtreecommitdiff
path: root/src/wcwidtha.h
blob: 9931b019a4963d8eacea3db33fec0bccd98b0d09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// wcwidtha.h

#ifndef MK_WCWIDTHA_H
#define MK_WCWIDTHA_H


#include "wcwidth.h"

// Is a character in the list of ambiguous width characters (for east asian display)
int mk_wcwidth_a(mk_wchar_t ucs);

#endif // MK_WCWIDTHA_H