C keywords: static
From cppreference.com
                    
                                        
                    
                    
                                                            
                    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) |