1: # include <func.h> 2: # include <sccs.h> 3: 4: SCCSID(@(#)monitor.c 8.2 12/18/85) 5: 6: 7: 8: char Qbuf[1600]; 9: int QbufSize = sizeof Qbuf; 10: 11: extern struct fn_def TtyMonFn; 12: 13: struct fn_def *FuncVect[] = 14: { 15: &TtyMonFn, 16: }; 17: 18: int NumFunc = sizeof FuncVect / sizeof FuncVect[0];