PCDIDE COMPILER Custom Computer Services Inc (CCS), PCDIDE COMPILER Datasheet - Page 119

PCD C-COMPILER PIC24, DSPIC

PCDIDE COMPILER

Manufacturer Part Number
PCDIDE COMPILER
Description
PCD C-COMPILER PIC24, DSPIC
Manufacturer
Custom Computer Services Inc (CCS)
Type
Compilerr
Datasheet

Specifications of PCDIDE COMPILER

For Use With/related Products
Microchip PIC24/dsPIC®
Lead Free Status / RoHS Status
Not applicable / Not applicable
Other names
429-1008
#CASE
Syntax:
Elements:
Purpose:
Examples:
Example Files:
Also See:
_DATE_
Syntax:
Elements:
Purpose:
Examples:
Example Files:
Also See:
#CASE
None
Will cause the compiler to be case sensitive. By default the compiler is case
insensitive. When linking multiple compilation units, this directive must appear
exactly the same in each compilation unit.
Warning: Not all the CCS example programs, headers and drivers have been
tested with case sensitivity turned on.
#case
int STATUS;
void func() {
int status;
...
STATUS = status; // Copy local status to
}
ex_cust.c
None
__DATE__
None
This pre-processor identifier is replaced at compile time with the date of the
compile in the form: "31-JAN-03"
printf("Software was compiled on ");
printf(__DATE__);
None
None
//global
105

Related parts for PCDIDE COMPILER