Menu

SyntaxCheckSize

Brad Lanam

Wiki Home
Syntax
Checks

check_size

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

Examples
check_size int64_t {
  header stdint.h;
}
Attributes

Wiki Home
Syntax
Checks


Related

Wiki: Home
Wiki: Syntax
Wiki: SyntaxAttrAlternate
Wiki: SyntaxAttrCompileFlag
Wiki: SyntaxAttrHeader
Wiki: SyntaxAttrLinkFlag
Wiki: SyntaxAttrName
Wiki: SyntaxCheck