5.16 Declarations - 2 |
extern
or implicitly by context.
extern
is used to declared a variable not to define it.
extern
declaration is required.
Internal static variables provide private permanent storage within a single function. Kernighan p83.
5.16 Declarations - 2 |