For some reason I have an issue with the 2D array, and some memory issues: ... int* returnSize) { int i; int **arr = malloc(ARowSize*sizeof(int*)); ...
確定! 回上一頁