Merge pull request #146 from executorOfZero/master

Update func_pointer.cpp
This commit is contained in:
Francis 2022-04-10 16:45:21 +08:00 committed by GitHub
commit 27f5769403
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@
using namespace std; using namespace std;
/** /**
* @brief pFun * @brief pFunint的函数的指
*/ */
void (*pFun)(int); void (*pFun)(int);