Oxygen

cdecl
ACTION: determines how parameters are passed on the stack
USE: declaring external functions, and variadic functions
REMARKS: this is a common calling convention on 32bit platforms. The stack is cleaned up
after the call by the caller.

RELATED: calling cdecl ms64 pascal callback