面试 遇到 问题
摘要:函数指针数组 写法 // 声明一个函数类型 并 用 typedef 把这个类型 命名为 init_fnc_t typedef int (init_fnc_t) (void); // 用 类型 init_fnc_t 定义一个 指针数组 , 指向 init_fnc_t 类型 init_fnc_t *in
阅读全文
posted @ 2020-04-30 10:37
posted @ 2020-04-30 10:37
posted @ 2020-04-21 11:15
posted @ 2020-04-15 17:20
posted @ 2020-04-15 16:17
posted @ 2020-04-15 13:53