1: #include "../h/rt.h"
   2: 
   3: /*
   4:  * x > y - test if x is numerically greater than y.
   5:  */
   6: 
   7: numgt(nargs, arg2, arg1, arg0)
   8: int nargs;
   9: struct descrip arg2, arg1, arg0;
  10:    {
  11:    DclSave
  12:    SetBound;
  13:    if (numcmp(&arg1, &arg2, &arg0) <= 0)
  14:       fail();
  15:    ClearBound;
  16:    }
  17: 
  18: Opblock(numgt,2,">")

Defined functions

numgt defined in line 7; used 1 times
  • in line 18
Last modified: 1984-11-18
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 473
Valid CSS Valid XHTML 1.0 Strict