在子函數中malloc分配內存和free釋放內存的方法(基於C)

1. 子函數malloc分配內存        爲了加強程序可讀性,有時會在子函數中malloc分配內存。測試了以下三種方法,容易想到的是第一種。事實證實這種也是錯誤的!函數 #include <stdio.h> #include <string.h> #include <stdlib.h> typedef struct _dataStc { int buf[100]; int size;
相關文章
相關標籤/搜索