Proper way to free 2D char

后端 未结 0 1998
轮回少年
轮回少年 2020-12-04 19:44

I am allocating space using malloc for an "array" of strings with max X chars, like so :

char (*arr)[X] = malloc          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题