File: unirange.h

package info (click to toggle)
uniutils 2.27-1
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 1,520 kB
  • ctags: 181
  • sloc: ansic: 28,282; sh: 790; makefile: 61; awk: 55
file content (6 lines) | stat: -rw-r--r-- 52 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
struct cr {
  UTF32 b;
  UTF32 e;
  char *name;
};