(no title)
jlarocco | 20 days ago
The whole point of using "static" in that way is to prevent people from using it outside of the file.
If you need to call a static function (inline or otherwise) from outside of the compilation unit to use the API, then it's a bug in the API, not a problem with static.
I agree with you about pre-processor macros, though.
Mikhail_Edoshin|19 days ago
1718627440|19 days ago
yxhuvud|19 days ago
zabzonk|20 days ago