qc.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.
_cdecl
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Keyword:   _cdecl
 
  Syntax:    _cdecl declarator
 
  Summary:   Indicates that the associated function is to be called
             using the normal C calling convention (arguments are
             pushed from right to left). This modifier is placed before
             the function name, and can appear before or after the
             _near and _far modifiers. Used if compiler option has been
             set to make the Pascal/FORTRAN calling convention the
             default. For compatibility with previous versions, cdecl
             is a synonym for _cdecl.
 
  See also:  _fortran, _pascal
                                    -♦-