Menu

SyntaxAttrHeader

Brad Lanam

Wiki Home
Syntax

header (attribute)

The header attribute specifies the required headers for a check. The headers specified will be added to the check.

header <header-name> [<header-name> ...];

The header attribute is used with a check statement or with an alternate attribute.

Multiple header attribute statements may be included.

Repeatable: yes

Examples
header sys/statvfs.h;
header stdint.h stdbool.h;

Wiki Home
Syntax


Related

Wiki: Home
Wiki: Syntax
Wiki: SyntaxAttrAlternate
Wiki: SyntaxCheck
Wiki: SyntaxCheckArgCount
Wiki: SyntaxCheckCompilerFlag
Wiki: SyntaxCheckConstant
Wiki: SyntaxCheckDefine
Wiki: SyntaxCheckFunction
Wiki: SyntaxCheckHeader
Wiki: SyntaxCheckLinkFlag
Wiki: SyntaxCheckSize
Wiki: SyntaxCheckStructMember
Wiki: SyntaxCheckType