cdecl


Vocabulary
alien

Word description
This symbol is passed as the abi argument to alien-indirect, alien-callback, alien-assembly, and add-library to indicate that the standard C calling convention should be used, where the caller cleans up the stack frame after calling the function.

See also
stdcall, fastcall, thiscall, mingw

Definition