Handbook
Glossary
valid-c-type? ( c-type -- ? )
Vocabulary
alien
.
parser
Inputs
c-type
an
object
Outputs
?
an
object
Definition
USING:
alien.c-types
combinators.short-circuit
;
IN:
alien.parser
:
valid-c-type?
( c-type -- ? )
{
[
c-array?
]
[
c-type-word?
]
[
pointer?
]
[
void?
]
}
1||
;