File: unirange.h

package info (click to toggle)
uniutils 2.28-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 6,032 kB
  • sloc: ansic: 49,905; sh: 1,168; awk: 55; makefile: 18
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;
};