摘要: References: [what do you mean by registering a callback function in C?] (https://stackoverflow.com/questions/8590335/what-do-you-mean-by-registering-a 阅读全文
posted @ 2024-08-28 19:33 stitchCat 阅读(9) 评论(0) 推荐(0)
摘要: #include <stdio.h> // 函数原型声明 float calc(float a, float y, const char op); float add(float a, float b); float minus(float a, float b); float multiple(f 阅读全文
posted @ 2024-08-28 19:31 stitchCat 阅读(34) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2024-08-28 19:30 stitchCat 阅读(0) 评论(0) 推荐(0)
摘要: References: git撤销已经提交到远程服务器的commit 阅读全文
posted @ 2024-08-28 18:21 stitchCat 阅读(9) 评论(0) 推荐(0)
摘要: References: Function pointers and callbacks 阅读全文
posted @ 2024-08-28 18:20 stitchCat 阅读(7) 评论(0) 推荐(0)