Header Files

Header files that define types and macros and
declare variables and functions.

#include "header" - include a header file header
that you write yourself
#include <file.h> - used to include a header file file.h that contains
definitions and declarations
for a standard library.