Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
tzafrir
/
geresh
mirror of
git://git.tzafrir.org.il/git/geresh.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Tree:
1173f462f0
Branches
Tags
master
pristine-tar
upstream
geresh-0.6.3
geresh
/
mk_wcwidth.h
mk_wcwidth.h
104 B
History
Raw
1
2
3
4
5
6
7
8
9
10
#ifndef MK_WCWIDTH_H
#define MK_WCWISTH_H
#include "types.h"
int mk_wcwidth(unichar ch);
#endif