I have an array of structs which is previously allocated by malloc. To free it: free(temp) is ok? temp is the array's name. or I should free ...
確定! 回上一頁