Converted from .HLP to .HTML by
HLPTOHTML.
cc
.HLP
This symbol is defined as the constant 1 and may be used in #elif,
#if, #ifdef, and #ifndef directives to separate portable and
nonportable code in any of your VAX C programs.
This symbol is defined as the constant 1 and may be used in #elif,
#if, #ifdef, and #ifndef directives to separate portable and
nonportable code in any of your VAX C programs.
This symbol is defined as the constant 1 and may be used in #elif,
#if, #ifdef, and #ifndef directives to separate portable and
nonportable code in any of your VAX C programs.
This symbol is defined as the constant 1 and may be used in #elif,
#if, #ifdef, and #ifndef directives to separate portable and
nonportable code in any of your VAX C programs.
This symbol is defined as the constant 1 and may be used in #elif,
#if, #ifdef, and #ifndef directives to separate portable and
nonportable code in any of your VAX C programs.
This symbol is defined as the constant 1 and may be used in #elif,
#if, #ifdef, and #ifndef directives to separate portable and
nonportable code in any of your VAX C programs.
This symbol is defined as the constant 1 and may be used in #elif,
#if, #ifdef, and #ifndef directives to separate portable and
nonportable code in any of your VAX C programs.
The CC$gfloat definition may be used if you compile your VAX C
program using the /G_FLOAT qualifier. If you specify the /G_FLOAT
qualifier, CC$gfloat is defined as 1. You can also use this
definition if you did not compile your VAX C program using the
/G_FLOAT qualifier. When you do not specify the /G_FLOAT
qualifier, CC$gfloat is defined as 0.
The CC$parallel definition may be used if you compile your VAX C
program using the /PARALLEL qualifier. If you specify the
/PARALLEL qualifier, CC$parallel is defined as 1. You can also use
this definition if you did not compile your VAX C program using the
/PARALLEL qualifier. When you do not specify the /PARALLEL
qualifier, CC$parallel is defined as zero.
The __DATE__ macro evaluates to a string specifying the date on
which the compilation started. The string presents the date in the
form dd-mmm-yyyy.
The __FILE__ macro evaluates to a string specifying the file
specification of the current source file.
The __LINE__ macro evaluates to an integer specifying the number of
the line in the source file containing the macro reference.
The __TIME__ macro evaluates to a string specifying the time at
which the compilation started. The string presents the time in the
form hh:mm:ss.