C keywords:
static
<
c
|
keyword
Usage
declarations of file scope with static storage duration and internal linkage
definitions of block scope variables with static storage duration and initialized once
static
array indices
in function parameter declarations.
(since C99)