| Servertec | Directives | ||||||||||||||||
|
|
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
|