MAXLINE            73 common.c       unsigned char no0[MAXLINE+1];              /* input text buffer no.0       */
MAXLINE            74 common.c       unsigned char no1[MAXLINE+1];              /* input text buffer no.1       */
MAXLINE            75 common.c       unsigned char no2[MAXLINE+1];              /* input text buffer no.2       */
MAXLINE            23 extend.c       	unsigned char line[MAXLINE+1];
MAXLINE            51 fetch.c            mtp[0] = fgets(mtp[0], MAXLINE+1, stdin);
MAXLINE            68 fetch.c              mtp[clp] = fgets(mtp[clp], MAXLINE+1, stdin);