1: #include "../h/rt.h"
   2: 
   3: /*
   4:  * exit(status) - exit process with specified status, defaults to 0.
   5:  */
   6: 
   7: Xexit(nargs, arg1)
   8: int nargs;
   9: struct descrip arg1;
  10:    {
  11:    defshort(&arg1, 0);
  12:    c_exit(INTVAL(arg1));
  13:    }
  14: 
  15: Procblock(exit,1)

Defined functions

Xexit defined in line 7; never used
Last modified: 1984-11-18
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 641
Valid CSS Valid XHTML 1.0 Strict