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

PCWHD PIC10,16,18,24, DSPIC

PCWHD IDE COMPILER

Manufacturer Part Number
PCWHD IDE COMPILER
Description
PCWHD PIC10,16,18,24, DSPIC
Manufacturer
Custom Computer Services Inc (CCS)
Type
Compilerr
Datasheet

Specifications of PCWHD IDE COMPILER

For Use With/related Products
Microchip PIC10, PIC12, PIC16, PIC18, PIC24, dsPIC MCUs
Lead Free Status / RoHS Status
Not applicable / Not applicable
Other names
429-1009
#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 PCWHD IDE COMPILER