Handbook
Glossary
callee-cleanup? ( abi -- ? )
Vocabulary
alien
Inputs
abi
an
abi
Outputs
?
a
boolean
Word description
t
if the calling convention is callee cleanup.
Definition
USING:
sequences
;
IN:
alien
:
callee-cleanup?
( abi -- ? )
{
stdcall
fastcall
thiscall
}
member?
;