On this page
C keywords: static
Usage
- declarations of file scope with static storage duration and internal linkage
 - definitions of block scope variables with static storage duration and initialized once
 
       
  | 
      (since C99) | 
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
 https://en.cppreference.com/w/c/keyword/static