1: struct uprobe {
   2:     char    *up_name;
   3:     int (*up_func)();
   4: };
   5: 
   6: #define DELAY(n)    { int _nn = n; while (_nn--); }
   7: 
   8: extern struct uprobe uprobe[];

Defined struct's

uprobe defined in line 1; used 6 times

Defined macros

DELAY defined in line 6; used 16 times

Usage of this include

Last modified: 1983-03-14
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 560
Valid CSS Valid XHTML 1.0 Strict