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