摘要: 普通指针语法: datatype *var_name; int* ptr; uint_8 *buffer; 函数指针语法: return_type (*FuncPtr) (parameter type, ....); 应用场景: 利用函数指针来调用函数:dlopen/dlsym 将函数作为参数传入: 阅读全文
posted @ 2025-04-12 17:22 梦一场6688 阅读(14) 评论(0) 推荐(0)