Checks if type-name exists.
check_type <type-name>;
check_type <type-name> { <attribute-statements> }
Generated Name: Prefix _type_
Example: _type_uid_t
check_type int64_t;
check_type uid_t {
header unistd.h;
}
Wiki: Home
Wiki: Syntax
Wiki: SyntaxAttrAlternate
Wiki: SyntaxAttrCompileFlag
Wiki: SyntaxAttrHeader
Wiki: SyntaxAttrName
Wiki: SyntaxCheck