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

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
If typedef is used with any of the basic or special types it creates a new type name that can be
used in declarations. The identifier does not allocate space but rather may be used as a type
specifier in other data definitions.
typedef
__ADDRESS__: A predefined symbol __ADDRESS__ may be used to indicate a type that must
hold a program memory address.
46
For example:
union u_tab {
int ival;
long lval;
float fval;
};
float
For example:
typedef int mybyte;
specify the int type
typedef short mybit;
specify the int type
typedef enum {red, green=2,blue}colors;
to declare variables of
For example:
___ADDRESS__ testa = 0x1000
initialize to 0x1000
[type-qualifier] [type-specifier] [declarator];
// mybyte can be used in declaration to
// mybyte can be used in declaration to
//will allocate 16 bits for testa and
// u_tag is a union type that can hold a
//this enum type
//colors can be used

Related parts for PCWHD IDE COMPILER