as with all dynamic memory allocation, failure to free malloc'ed memory /* will result in memory leaks */ void deallocate2D(int** array, ...
確定! 回上一頁