System_printf("%f\n", 100.0);
Log_print1(Diags_INFO, "%f\n", 100.0);
使用如上函数输出总是显示f f f f f 之类的数,不知道如何正确输出fload和double类型数据。
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
System_printf("%f\n", 100.0);
Log_print1(Diags_INFO, "%f\n", 100.0);
使用如上函数输出总是显示f f f f f 之类的数,不知道如何正确输出fload和double类型数据。