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