C Language and Libraries Help (clang.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.
Predefined Identifiers
                                             Up Contents Index Back
─────C/C++ Language─────────────────────────────────────────────────────────
 
   The following identifiers may be predefined by the compiler for
   testing and other uses in preprocessor statements:
 
 __cplusplus        _M_I86      _M_I386     _QC
  _CHAR_UNSIGNED    _M_I86mM    _MSC_VER    __STDC__
  _DLL              _M_I8086    _MSDOS      _WINDLL
  _FAST             _M_I286     _PCODE_     _WINDOWS
 
   The following predefined identifiers are supported for compatibility
   with previous versions of Microsoft C:
 
   M_I86       M_I8086     M_I386
   M_I86mM     M_I286      MSDOS
 
   See also: Predefined ANSI Macros
                                    -♦-