SW500010 Microchip Technology, SW500010 Datasheet - Page 454

HI-TECH C PRO FOR PIC10/12/16

SW500010

Manufacturer Part Number
SW500010
Description
HI-TECH C PRO FOR PIC10/12/16
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC10/12/16r
Datasheets

Specifications of SW500010

Supported Families
PIC10, PIC12, PIC16
Core Architecture
PIC
Software Edition
Professional
Kit Contents
Software And Docs
Mcu Supported Families
PIC10/12/16
Tool Type
Compiler
Lead Free Status / RoHS Status
Not applicable / Not applicable
For Use With/related Products
PIC10, PIC12, PIC14, PIC16, PIC16E
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
019P
778-1006
778-1006
(976) field width not valid at this point
A field width may not appear at this point in a printf() type format specifier.
(978) this identifier is already an enum tag
This identifier following a struct or union keyword is already the tag for an enumerated type,
and thus should only follow the keyword enum, e.g.:
(979) this identifier is already a struct tag
This identifier following a union or enum keyword is already the tag for a structure, and thus
should only follow the keyword struct, e.g.:
(980) this identifier is already a union tag
This identifier following a struct or enum keyword is already the tag for a union, and thus
should only follow the keyword union, e.g.:
(981) pointer required
A pointer is required here, e.g.:
454
enum IN {ONE=1, TWO};
struct IN {
};
struct IN {
};
enum IN {ONE=1, TWO};
union IN {
};
enum IN {ONE=1, TWO};
struct DATA data;
data->a = 9;
int a, b;
int a, b;
int a, b;
/ * data is a structure,
not a pointer to a structure * /
/ * oops -- IN is already defined * /
/ * oops -- IN is already defined * /
/ * oops -- IN is already defined * /
Error and Warning Messages
(Parser)
(Parser)
(Parser)
(Parser)
(Parser)

Related parts for SW500010