#include <filename>:= search the system
header files directories#include "filename":= Search the current
directory, then search the system files directories.#include TOKEN:= we can have a
#define ABC constant used with the include file, see c_programming_a_modern_approach#ifdef LINUX
#define INCLUDE <stdiolinux.h>
#else
#define INCLUDE <stdiowin.h>
#endif
#include INCLUDE-Ipath command c