#pragma import symbol_name

This pragma generates an importing reference to symbol_name. This is the same as the assembler directive:

IMPORT symbol_name

Show/hideSyntax

#pragma import symbol_name

Where:

symbol_name

is a symbol to be imported.

Show/hideUsage

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.

Show/hideSee also

Copyright © 2007-2008, 2011 ARM. All rights reserved.ARM DUI 0376C
Non-ConfidentialID061811