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];

Defined variables

FuncVect defined in line 14; used 2 times
  • in line 19(2)
NumFunc defined in line 19; never used
Qbuf defined in line 9; used 1 times
  • in line 10
QbufSize defined in line 10; never used
Last modified: 1986-04-17
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 568
Valid CSS Valid XHTML 1.0 Strict