[previous] MISRA-C:2004  Rule  19.3:  (Required) [next] The #include directive shall be followed by either a <filename> or "filename" sequence.
For example, the following are allowed.

#include "filename.h"
#include <filename.h>
#define FILE_A "filename.h"
#include FILE_A


QAC messages that encompass this guideline:

0809 [U] The '#include' preprocessing directive has not been followed by <h-char-sequence> or "s-char-sequence".


Related rules:

Rule  1.2 No reliance shall be placed on undefined or unspecified behaviour.



(c) The Motor Industry Research Association, 2004
QA C Source Code Analyser 8.1.2
MISRA-C:2004 Compliance Module 3.2
© 2013 Programming Research
www.programmingresearch.com
Personality Groups | Glossary | Message Index | MISRA-C:2004 Rule Index Contents