函数指针与回调函数
摘要:
#include <stdio.h> void function(void){ } int function1(void){ return 1; } int function2(int a){ return a + 1; } void function3(int s){ } int myMax(in 阅读全文
posted @ 2016-02-28 20:20 木鸟飞 阅读(453) 评论(1) 推荐(0) 编辑
posted @ 2016-02-28 20:20 木鸟飞 阅读(453) 评论(1) 推荐(0) 编辑