File: intcode.h

package info (click to toggle)
gcin 2.8.8%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 22,672 kB
  • sloc: cpp: 33,774; ansic: 9,313; makefile: 652; sh: 558
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