Storage Class Specifiers

The storage class specifier used within the declaration determines whether:

For a function, the storage class specifier determines the linkage of the function.

The IBM C and C++ Compilers implements an additional storage class specifier for functions, inline. The _Inline and inline specifiers determine whether the function code will be inlined or called.

Note that _Inline and inline are ignored if the /Oi- compiler option is specified.



Inline
C++ Inline Functions
Inline Specifiers
extern
register
static