函數指針,與c++類的聯想

#include<stdio.h> typedef void (*functionPointerType)(void); typedef struct commandstruct {     char const* name;     functionPointerType Pfunction;     char const *help;     }; void commVersion(); vo
相關文章
相關標籤/搜索