gtpp2m0mProgramming Standards

Mapping Library Names and LONGNAME Support

Library functions must have an associated #pragma map. Prefix the mapped name with @@. Use the remaining 6 characters to indicate the function that is being mapped. For example, the longjmp function is mapped as follows:

     #ifndef _TARGET_TPF
     #pragma map(longjmp,"@@LONGJM")
     #endif