>>-#--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.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.