putfloat
putfloat(f1, GRAPHROW, GRAPHCOL + 1 + (10 * c), 5, 1, 0);
putfloat(nchtotal.ncs_goodhits * 100.0 / nz(s.nchcount),
putfloat(nchtotal.ncs_pass2 * 100.0 / nz(s.nchcount),
putfloat((nchtotal.ncs_miss + nchtotal.ncs_long - nchtotal.ncs_pass2) *
putfloat(atime/etime, DISKROW + 4, c, 5, 1, 1);
void putfloat(double, int, int, int, int, int);