nazerke
4/21/2019 - 2:32 PM

include

Usually header files contain macros, function prototypes and type declarations

#include <stdio.h> //include C header
#include "custom.h" //include your own header