factor/library/compiler/alien/structs.facts

7 lines
215 B
Plaintext
Raw Normal View History

2006-03-26 21:08:02 -05:00
IN: alien
USING: help ;
HELP: c-struct? "( type -- ? )"
{ $values { "type" "a string" } { "?" "a boolean" } }
{ $description "Tests if a C type is a structure defined by " { $link POSTPONE: BEGIN-STRUCT: } "." } ;