摘要: https://www.zhihu.com/question/421214887 1 void test(int); 2 int main(void){ 3 void (*fp)(int); 4 fp=test; 5 (*fp)(9); 6 7 fp(9); 8 return 0; 9 } 10 v 阅读全文
posted @ 2022-12-02 10:31 墨尔基阿德斯 阅读(103) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/still-smile/p/12092186.html 阅读全文
posted @ 2022-12-02 10:04 墨尔基阿德斯 阅读(4) 评论(0) 推荐(0) 编辑
摘要: https://seisman.github.io/how-to-write-makefile/overview.html https://www.cnblogs.com/cuckoos/articles/5049984.html 阅读全文
posted @ 2022-12-02 10:04 墨尔基阿德斯 阅读(10) 评论(0) 推荐(0) 编辑
摘要: https://cloud.tencent.com/developer/article/1703257 https://cloud.tencent.com/developer/article/2045107?from=article.detail.1703257 阅读全文
posted @ 2022-12-02 10:03 墨尔基阿德斯 阅读(3) 评论(0) 推荐(0) 编辑