#include ...
The preprocessor directive
#include <stdio.h>
includes a copy of this file at the point of this command. The file is located at "standard" locations.
#include "mydefs.h"
includes the file mydefs.h from the working directory.
Previous slide
Next slide
Back to first slide
View graphic version