#pragma inline
Go Up to Pragma Directives Overview Index
Syntax (See Pseudo-grammar)
#pragma inline
Description
This directive is equivalent to the -B
command-line compiler option.
This is best placed at the top of the file, because the compiler restarts itself with the -B
option when it encounters #pragma inline
.