Merge pull request #146 from executorOfZero/master
Update func_pointer.cpp
This commit is contained in:
commit
27f5769403
@ -10,7 +10,7 @@
|
||||
using namespace std;
|
||||
|
||||
/**
|
||||
* @brief 定义了一个变量pFun,这个变量是个指针,指向返回值和参数都是空的函数的指针!
|
||||
* @brief 定义了一个变量pFun,这个变量是个指针,指向返回值为空和参数为int的函数的指针!
|
||||
*/
|
||||
void (*pFun)(int);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user