1: short h_nint(x)
   2: float *x;
   3: {
   4: return( (*x)>=0 ?
   5:     (short) (*x + .5) : (short) (*x - .5) );
   6: }

Defined functions

h_nint defined in line 1; never used
Last modified: 1979-01-10
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 207
Valid CSS Valid XHTML 1.0 Strict