File: intcode.h

package info (click to toggle)
gcin 1.4.0-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 7,488 kB
  • ctags: 3,272
  • sloc: ansic: 25,634; makefile: 524; sh: 411; cpp: 231
file content (6 lines) | stat: -rw-r--r-- 69 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
enum {
  INTCODE_BIG5=0,
  INTCODE_UTF32=1
};

#define MAX_INTCODE 5