]> gitweb.factorcode.org Git - factor.git/blob - core/compiler/alien/structs.facts
ae9e0d0a15855352f8f2fa8b252ca8dae936c670
[factor.git] / core / compiler / alien / structs.facts
1 IN: alien
2 USING: help ;
3
4 HELP: c-struct?
5 { $values { "type" "a string" } { "?" "a boolean" } }
6 { $description "Tests if a C type is a structure defined by " { $link POSTPONE: BEGIN-STRUCT: } "." } ;