void test_maxi() { CU_ASSERT(maxi(0,2) == 2); CU_ASSERT(maxi(0,-2) == 0); CU_ASSERT(maxi(2,2) == 2); } //int main(int argc, char **argv) {
確定! 回上一頁