Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.2 . The Guide To CA-Clippe - <b> preprocessor directives</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Preprocessor Directives
-------------------------------------------------------------------------------
 Directive     | Description
               |
 #command/     |
   #translate  | Specify a user-defined command or translation directive
 #define       | Define a manifest constant or pseudofunction
 #error        | Generate a compiler error and display a message
 #ifdef        | Compile a section of code if an identifier is defined
 #ifndef       | Compile a section of code if an identifier is undefined
 #include      | Include a file into the current source file
 #stdout       | Outputs the literal text to the standard output device
 #undef        | Remove a #define definition
 #xcommand/    |
   #xtranslate | Specify a user-defined command or translation directive
-------------------------------------------------------------------------------

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