Handbook
Glossary
<c-type> ( -- c-type )
Vocabulary
alien
.
c-types
Inputs
None
Outputs
c-type
a
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
USING:
kernel
;
IN:
alien.c-types
:
<c-type>
( -- c-type )
\
c-type
new
;
inline