summaryrefslogtreecommitdiffstats
path: root/src/unicode-extra.h
blob: befec7a78f1b5a8678e0e6be849ca102deaedc14 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef _VT100_UNICODE_EXTRA_H
#define _VT100_UNICODE_EXTRA_H

#include <stdint.h>

int vt100_char_width(uint32_t codepoint, int wide_emoji);

#endif