| |||
| Home > Language Extensions > Standard C language extensions > Block scope function declarations | |||
Two extensions to block scope function declarations are supported:
a block-scope function declaration also declares the function name at file scope
a block-scope function declaration can have static storage class, thereby causing the resulting declaration to have internal linkage by default.