Treats text in the file specified by filename as if it appeared in the current file.
Syntax:
#include "filename"
#include <filename>
#include "filename" searches the source path first, then the include path.
#include <filename> does not search the source directory.
Examples:
#include <stdio.h>
#include "main.h"
Syntax:
#include "filename"
#include <filename>
#include "filename" searches the source path first, then the include path.
#include <filename> does not search the source directory.
Examples:
#include <stdio.h>
#include "main.h"
No comments:
Post a Comment