C keywords: static
From cppreference.net
Keywords
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| conditionally-supported | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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) |