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

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
Trigraph Sequences
The compiler accepts three character sequences instead of some special characters not available
on all keyboards as follows:
Multiple Project Files
When there are multiple files in a project they can all be included using the #include in the main file
or the subfiles to use the automatic linker included in the compiler. All the header files, standard
libraries and driver files can be included using this method to automatically link them.
For example: if you have main.c, x.c, x.h, y.c,y.h and z.c and z.h files in your project, you can say
in:
main.c
x.c
y.c
z.c
In this example there are 8 files and one compilation unit. Main.c is the only file compiled.
Note that the #module directive can be used in any include file to limit the visibility of the symbol in
that file.
To separately compile your files see the section "multiple compilation units".
#include <device header file>
#include <x.h>
#include <y.h>
#include <z.h>
Sequence Same as
??=
??(
??/
??)
??'
??<
??!
??>
??-
#
[
\
]
^
{
|
}
~
#include <x.c>
#include <y.c>
#include <z.c>
19

Related parts for PCDIDE COMPILER