typedef-word


Vocabulary
alien.c-types

Definition
USING: arrays kernel words ;

IN: alien.c-types

PREDICATE: typedef-word < c-type-word
"c-type" word-prop [ c-type-name? ] [ array? ] bi or ;


Methods
USING: alien.c-types alien.syntax definitions kernel ;

M: typedef-word definer drop \ TYPEDEF: f ;


USING: alien.c-types alien.prettyprint combinators
prettyprint.backend see see.private words ;

M: typedef-word synopsis*
{
[ seeing-word ]
[ definer. ]
[ "c-type" word-prop pprint-c-type ]
[ pprint-word ]
} cleave ;