摘要: //决定的函数的类型应该是:函数的返回值 函数的参数列表 void func(){ printf("hello world!");} //func函数名其实是代表函数的入口地址 //如何去定义一个指向函数的指针int myfunc(int a,char b){ printf("int myfunc( 阅读全文
posted @ 2020-03-24 17:18 SALTED____FISH 阅读(649) 评论(0) 推荐(0)