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.
_pascal, _fortran
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Keyword:   _pascal, _fortran
 
  Syntax:    _pascal declarator
             _fortran declarator
 
  Summary:   Indicates that the associated function is to be called
             using the Pascal or FORTRAN calling convention (arguments
             are pushed from left to right). These modifiers are placed
             before the function name, and can appear before or after
             the _near and _far modifiers. The _fortran and _pascal
             modifiers are synonyms. For compatibility with previous
             versions, pascal and fortran are synonyms for _pascal and
             _fortran.
 
  See also:  _cdecl
                                    -♦-