假设我有这三个功能:
bool A(); bool B(); bool C();
如何使用函数指针有条件地调用其中一个函数,如何声明函数指针?
c function-pointers
c ×1
function-pointers ×1