File: intcode.h

package info (click to toggle)
gcin 2.9.4%2Bdfsg1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 21,796 kB
  • sloc: cpp: 34,326; ansic: 9,319; makefile: 658; sh: 556
file content (6 lines) | stat: -rw-r--r-- 69 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
enum {
  INTCODE_BIG5=0,
  INTCODE_UTF32=1
};

#define MAX_INTCODE 6