Servertec #include
M E N U

Content
Introduction
Release Notes
Requirements
Installation
Change Log
Future Plans
Knowledge Base
Referance Manual
Conventions
Templates
Constants
Identifiers
Operators
Directives
## // /* */
#define
#error
#if{def|ndef}
#include
#message
#undef

iPP
Legal
Feedback

 


Include the specified file.

Syntax

#include [ "filename" | <filename>]

Notes

filename the name of the file to include.

Notes

If filename is enclosed by quotes "", the source file's directory is first searched for the specified file, then the search path specified by the -i command line option is searched for the specified file and then the search path specified by the environmental variable INCLUDE is searched.

If filename is enclosed by <>, the search path specified by the -i command line option is first searcheded for the specified file and then the search path specified by the environmental variable INCLUDE is searched.

Example

#include <io.h>
#include "hd.h"
top of page
Built with iScript Copyright © 1997-1998 Servertec. All rights reserved.
Last Modified: Tue Jun 30 00:17:54 PDT 1998