c-bool> ( int -- ? )


Vocabulary
alien.c-types

Definition
USING: kernel ;

IN: alien.c-types

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