Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Watcom C/C++ User's Guide - the specified definition is included as if it were part of the source code. http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
The specified definition is included as if it were part of the source code.
Use of this option is equivalent to including the following line in your
source code.

     #define name [text]

Example:

     d_MODDATE="87/05/04"

The above example is equivalent to a line in the source file containing:


     #define _MODDATE "87/05/04"

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson