Skip to content

Commit

Permalink
Merge pull request Light-City#146 from executorOfZero/master
Browse files Browse the repository at this point in the history
Update func_pointer.cpp
  • Loading branch information
Light-City committed Apr 10, 2022
2 parents c49d1ac + f24037d commit 27f5769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basic_content/func_pointer/func_pointer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
using namespace std;

/**
* @brief 定义了一个变量pFun,这个变量是个指针,指向返回值和参数都是空的函数的指针
* @brief 定义了一个变量pFun,这个变量是个指针,指向返回值为空和参数为int的函数的指针
*/
void (*pFun)(int);

Expand Down

0 comments on commit 27f5769

Please sign in to comment.