/* ----------------------------------------------------------
System Parameters ( Main & PrintOut Routine )
----------------------------------------------------------- */
#define MAXBUFSIZE 128 /* should be less than 0xff */
#define MAXHANSIZE 1024 /* Maximum Hangul word size */
#define HAN 0
#define MULHAN 1
#define ENDHAN 2
#define ENG 3 /* Multibyte Hangul Input Scan Mode */
static char syn[]=" [-Iknt[iKnrst]] [ input_file(-) [output_file] ]";
static int in_choice[] =
{ UN, UN, UN, UN, UN, UN, UN, UN, IS, UN, KS, UN, UN,
NB, UN, UN, UN, UN, UN, TR, UN, UN, UN, UN, UN, UN };
static int out_choice[] =
{ UN, UN, UN, UN, UN, UN, UN, UN, IS, UN, KS, UN, UN,
NB, UN, UN, UN, RO, SK, TR, UN, UN, UN, UN, UN, UN };