◄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 -♦-