| |||
| Home > Compiler-specific Features > Pragmas > #pragma import symbol_name | |||
This pragma generates an importing reference to .
This is the same as the assembler directive:symbol_name
IMPORT symbol_name
You can use this pragma to select certain features of the C library, such as the heap implementation or real-time division. If a feature described in this book requires a symbol reference to be imported, the required symbol is specified.
Using the C library with an application in Using ARM®C and C++ Libraries and Floating-Point Support.