| |||
| 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.
Building an application with the C library in the Libraries and Floating Point Support Guide.