File: mk_wcwidth.h

package info (click to toggle)
geresh 0.6.3-9
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,040 kB
  • ctags: 1,635
  • sloc: cpp: 11,815; sh: 345; makefile: 120
file content (9 lines) | stat: -rw-r--r-- 104 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#ifndef MK_WCWIDTH_H
#define MK_WCWISTH_H

#include "types.h"

int mk_wcwidth(unichar ch);

#endif