c Common file COMDTC.INC for Desk Top Calendar programs c parameter iterm = 6 ! Terminal unit number c parameter icmln = 84, ! Length of character buffers 1 iaptlim = 68 ! maximum displayed length c integer comlen, comidx ! Current info byte line(icmln) ! command line common /cmdlin/ comlen, comidx, line c integer tokstart, toklen, tokfidx ! Command-line scanning info byte tokfound ! for multi-token scans common /cmdscan/ tokstart, toklen, tokfidx, tokfound c integer rdspfg ! flag to reverse sense of display of time integer ctlfg ! misc control flags here common /ctls/ rdspfg, ctlfg c integer idyr, idmo, iddy, incmod common /defdat/ idyr, idmo, iddy, incmod c integer fnsz ! Size of filename byte fname(60) common /fn/ fnsz, fname c byte ucmask/'5f'x/ ! Useful constant c c End of COMDTC.INC