📜  如何在 c 中使用 NULL 启动指针数组 - 无论代码示例

📅  最后修改于: 2022-03-11 14:55:52.344000             🧑  作者: Mango

代码示例3
list_node_t **array[10] = {NULL};