7 lines
199 B
Plaintext
7 lines
199 B
Plaintext
|
|
IN: alien
|
||
|
|
USING: help ;
|
||
|
|
|
||
|
|
HELP: c-struct?
|
||
|
|
{ $values { "type" "a string" } { "?" "a boolean" } }
|
||
|
|
{ $description "Tests if a C type is a structure defined by " { $link POSTPONE: BEGIN-STRUCT: } "." } ;
|