<c-type> ( -- c-type )


Vocabulary
alien.c-types

Inputs
None

Outputs
c-typea c-type


Word description
Creates a prototypical C type. User code should use higher-level facilities to define C types; see Passing data between Factor and C.

Definition