check_size <type-name>;
check_size <type-name> { <attribute-statements> }
Checks the size of type-name. The check-name will be set to the size of the type or zero if the type does not exist.
Generated Name: Prefix: _size_
Example: _size_int64_t
check_size int64_t {
header stdint.h;
}
Wiki: Home
Wiki: Syntax
Wiki: SyntaxAttrAlternate
Wiki: SyntaxAttrCompileFlag
Wiki: SyntaxAttrHeader
Wiki: SyntaxAttrLinkFlag
Wiki: SyntaxAttrName
Wiki: SyntaxCheck