C/C++ Compiler (cl.hlp) (
Table of Contents;
Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
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).
-♦-