C keywords:
static
<
c
|
keyword
Usage
static duration storage-class specifier
with internal linkage at file scope and no linkage at block scope.
static
array indices
in function parameter declarations.
(since C99)