Handbook Glossary
factorcode.org
c-type-signed ( name -- boolean )


Vocabulary
alien.c-types

Inputs
namean object


Outputs
booleanan object


Definition
IN: alien.c-types

GENERIC: c-type-signed ( name -- boolean ) foldable flushable


Methods
USING: accessors alien.c-types ;

M: abstract-c-type c-type-signed signed>> ;


USING: alien.c-types kernel ;

M: c-type-name c-type-signed
[ lookup-c-type ] call \ c-type-signed execute ;


USING: accessors alien.c-types alien.enums.private kernel ;

M: enum-c-type c-type-signed
[ base-type>> ] call \ c-type-signed execute ;