lookup-c-type ( name -- c-type )
Factor handbook » C library interface » Passing data between Factor and C » C type specifiers

Prev:TYPEDEF:
Next:Primitive C types


Vocabulary
alien.c-types

Inputs
namea c-type-name


Outputs
c-typea c-type


Word description
Looks up a C type by name.

Errors
Throws a no-c-type error if the type does not exist, or the word is not a C type.

Definition


Methods