Trying to use the fprintf() to format a floating point number: float number = -234.9; fprintf ( _H_USER, "number is %l.3", number);
確定! 回上一頁