rt-thread/examples/utest/testcases/posix/stdlib_h/functions
连琦 9a77eedd89
[HUST CSE][utest] fix the sizeof incorrect calculation
atoi_tc.c中的"sizeof(test_data[0])" 和atol_tc.c中的"sizeof(test_data1[0]"错误,小于实际数组中的数据个数
2023-05-14 00:01:44 -04:00
..
atoi_tc.c [HUST CSE][utest] fix the sizeof incorrect calculation 2023-05-14 00:01:44 -04:00
atol_tc.c [HUST CSE][utest] fix the sizeof incorrect calculation 2023-05-14 00:01:44 -04:00
qsort_tc.c
strtol_tc.c