Hacker News new | ask | show | jobs
by jacquesgt 4163 days ago
Non-stack variables can be static instead of global. Either file-scoped or function-scoped.
1 comments

Exactly.

This is also broken down on slide 40 - local static and file static variables.