Update func_pointer.cpp

This commit is contained in:
executorOfZero 2021-07-08 10:55:38 +08:00 committed by GitHub
parent 388564c9d9
commit f24037d23f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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