... to create a char 2D array*/ char* Create2DArray(int map_row, int. ... to free malloc'd arrays*/void Free2DArray(char** array,int map_row){int i;for(i=0 ...
確定! 回上一頁