CDECL
From QB64 Wiki
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: