2021年10月12日
摘要: 一、概述 案例:写一个小案例来测试C的带参数的回调函数 二、代码实例 #include <stdio.h> #include <stdlib.h> #include <string.h> /** * 回调函数定义 * * */ int callback(int x,int y){ printf("m 阅读全文
posted @ 2021-10-12 13:54 飘杨...... 阅读(260) 评论(0) 推荐(0)