Filesο
Including Header Filesο
[rule] FILE-000 The style used to specify an include shall reflect if itβs a system include or user defined file.
All C and C++ standard library headers as well as all etl headers shall use angle brackets
<>.All other includes shall use quotes
"".
Standard Headersο
See C++ Standard Library headers for details. Note that not all includes make sense in embedded code. Some parts are replaced by the
etllibrary.[rule] FILE-010If a file needs to be compiled for C++ and C, use the C headers.