summaryrefslogblamecommitdiffstats
path: root/src/unicode-extra.h
blob: 3f749e851557fe1514af7af7c563aa199e1a7fed (plain) (tree)
1
2
3
4
5
6
7
8


                              
                   
 
                                           

      
#ifndef _VT100_UNICODE_EXTRA_H
#define _VT100_UNICODE_EXTRA_H

#include <stdint.h>

int vt100_is_wide_char(uint32_t codepoint);

#endif