File: intcode.h

package info (click to toggle)
gcin 2.8.2%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 20,908 kB
  • ctags: 4,172
  • sloc: cpp: 30,707; ansic: 9,219; makefile: 626; sh: 518
file content (6 lines) | stat: -rw-r--r-- 69 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
enum {
  INTCODE_BIG5=0,
  INTCODE_UTF32=1
};

#define MAX_INTCODE 6