Category > Preprocessor directives xHarbour Developers Network  

 
ItemDescription
#command | #translateUser defined command or translation rule for the preprocessor.
#defineDefines a symbolic constant or pseudo-function.
#errorRaises an explicit compiler error along with a message.
#ifCompile a section of code based on a condition.
#ifdefCompiles a section of code depending on the presence of a #define constant.
#ifndefCompiles a section of code depending on the absence of a #define constant.
#includeInserts the contents of a file into the current source code file.
#pragmaControls compiler switches at compile time.
#stdoutSends a compiler message to StdOut.
#uncommand | #untranslateVoids a previously defined #command or #translate directive.
#undefVoids a #define constant or pseudo-function.
#xcommand | #xtranslateUser defined command or translation rule for the preprocessor.
#xuncommand | #xuntranslateVoids a previously defined #xcommand or #xtranslate directive.


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe