INTERNAL

Abbreviation: INT

INTERNAL is a scope attribute that limits the scope of a variable to the block in which it is defined.

The INTERNAL attribute may be given with any storage class attribute or to parameters, but it has no significance since these variables always have internal scope. If STATIC is used without INTERNAL or EXTERNAL, INTERNAL is the default.