C: check at compile time or at run time that variable has static storage-class specifier

前端 未结 0 638
隐瞒了意图╮
隐瞒了意图╮ 2020-12-31 19:47

Is it possible somehow to check at compile time or at run time that variable has static storage-class specifier?

Example:

static int v1;
i         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题