C/C++ Compiler (cl.hlp) (Table of Contents; Topic list)
Library Startup Routines
                                             Up Contents Index Back
─────C/C++ Compiler─────────────────────────────────────────────────────────
 
     You can get the startup routine for each customized memory model
     from the following libraries:
 
                                                 Library with
     Memory-Model Option                         Startup Routine
 
     /Asnx, /ASu, or /ASw                        SLIBC<f>.LIB
 
     /Asfx, /Ashx, /ACu, or /ACw                 CLIBC<f>.LIB
 
     /Alnx, /AMu, or /AMw                        MLIBC<f>.LIB
 
     /Alfx, /Alhx, /ALw, /ALn, /AHw, or /AHu     LLIBC<f>.LIB
 
     NOTE: In the list above, <f> represents E (emulator library),
           7 (80x87 library), or A (alternate math library).
                                    -♦-