Servertec Directives
M E N U

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

Macros
Legal
Feedback

 


A directive is an complete instruction to the preprocessor.

Directives

Example

    #include <init.h>
    
    #ifndef MAX
        #define MAX(a,v)    ((a>=b)?a:b)
    #endif
    
    #define display(msg)    System.out.println(msg)
    
top of page
Built with iScript Copyright © 1997-1998 Servertec. All rights reserved.
Last Modified: Sun Aug 23 19:54:00 PDT 1998