阅读背景:

静态函数可以通过C中的函数指针调用吗?

来源:互联网 

I believe that a static function in a source file cannot be called directly from outside the file. However, if I somehow manage to get a pointer to this function into another file, can I then call this function from that file. If yes, is there any scenario when we would like to take this route as compared to simply making the function non-static ?I believe that a static function in a source fi




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: