|
|
|
|
|
by dfox
5610 days ago
|
|
Reason for this is that static actually does exactly same thing in both cases: defines global variable without externally accessible name and makes it accessible in enclosing scope. (exact standarteese being "internal linkange with static storage duration") |
|