Function pointer called with free

后端 未结 0 1190
甜味超标
甜味超标 2021-01-06 09:19

I am practicing some programs from a book on Algorithms using C programming. I see the following function: ``` void list_init(List *list, void (*destroy)(void *data)) {
相关标签:
回答
  • 消灭零回复
提交回复
热议问题