摘要: #include <stdio.h> typedef int (*a1)( int pCmd );//这里的typedef去掉,会无法编译 typedef float (*a2)( float pInMsg ); int s1(int pCmd){ printf("s1\n"); return pC 阅读全文
posted @ 2022-02-14 15:31 kingzhan 阅读(63) 评论(0) 推荐(0) 编辑