CU_ASSERT (abs(x - atof("17.99")) < epsilon); 但是我在考慮 r = atof("17.99"); CU_ASSERT(0 == memcmp(&x, &r, sizeof(float));
確定! 回上一頁