f2_int_ptr() needs to become this: void f2_int_ptr() { int i = 0; void *elements = malloc(size * sizeof(int*)); for ( i = 0; i < size; ...
確定! 回上一頁