>c-bool ( ? -- int )


Vocabulary
alien.c-types

Definition
USING: kernel ;

IN: alien.c-types

: >c-bool ( ? -- int ) 1 0 ? ; inline