factor/library/compiler/alien/structs.facts

7 lines
199 B
Plaintext
Raw Normal View History

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