|
|
|
|
|
by junon
1097 days ago
|
|
At most they'd be determined to be read only constants that are inlined during constant folding. This includes most integral sized / typed scalar values that fit into registers for the most part, and nothing you've taken the address of either - those remain as static data. |
|
The `static` modifier in that context just means that the symbol is not exported, so other ".c" files can't access it.