Handbook
Glossary
frob-struct ( c-type -- c-type )
Vocabulary
compiler
.
cfg
.
builder
.
alien
.
boxing
Inputs
c-type
an
object
Outputs
c-type
an
object
Definition
USING:
alien.c-types
cpu.architecture
kernel
;
IN:
compiler.cfg.builder.alien.boxing
:
frob-struct
( c-type -- c-type )
dup
value-struct?
[
drop
void*
base-type
]
unless
;