gtpp2m0m | Programming Standards |
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