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

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
Function Definition
The format of a function definition is as follows:
[
Optional See Below
The qualifiers for a function are as follows:
When one of the above are used and the function has a prototype (forward declaration of the
function before it is defined) you must include the qualifier on both the prototype and function
definition.
A (non-standard) feature has been added to the compiler to help get around the problems created
by the fact that pointers cannot be created to constant strings. A function that has one CHAR
parameter will accept a constant string where it is called. The compiler will generate a loop that will
call the function once for each character in the string.
Example:
qualifier
void lcd_putc(char c ) {
...
}
lcd_putc ("Hi There.");
VOID
type-specifier
#separate
#inline
#int_..
]
id
( [type-specifier id] )
Zero or more comma separated.
See Data Types
{
Zero or more Semi-colon
separated. See Statements.
[
stmt
]
}
51

Related parts for PCDIDE COMPILER