ILE C/C++ Compiler Reference


map

>>-#--pragma--map--(--name1--,--"--name2--"--)-----------------><
 
 

Description

Specifies that the compiler is to replace the external symbol (that is used in your C source) name1 with the external symbol name2. Case significance is preserved only for those systems that support case distinction for external symbols.

The #pragma map directive supports library-qualified external program names. See linkage for more information.


[ Top of Page | Previous Page | Next Page | Table of Contents ]