Multi-File Projects and Storage Class Specifiers

Last modified by Microchip on 2023/11/10 10:59

A storage class defines the scope (visibility) and the lifetime of variables and/or functions within a C Program. These specifiers precede the type that they modify. The following are the storage classes that can be used in a C Program: