CDECL - QB64 Wiki

CDECL

From QB64 Wiki

Revision as of 16:53, 18 December 2011 by Clippy (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

CDECL is used to indicate that the external procedure uses the C-language argument order.


Syntax:

DECLARE {SUB|FUNCTION} name [CDECL] [ ALIAS "aliasname"] [([parameterlist])]


  • Currently NOT supported in QB64!
  • QuickBASIC will pass the arguments in the argument list from right to left instead of left to right which is the BASIC convention.


See also:



Navigation:
Go to Keyword Reference - Alphabetical
Go to Keyword Reference - By usage
Go to Main WIKI Page