CDECL

From QB64 Wiki

Revision as of 23:01, 25 September 2010 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. 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