SW500010 Microchip Technology, SW500010 Datasheet - Page 371

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
Error and Warning Messages
(270) variable can’t have storage class "register"
Only function parameters or auto variables may be declared using the register qualifier, e.g.:
(271) type can’t be long
Only int and float can be qualified with long.
(272) type can’t be short
Only int can be modified with short, e.g.:
(273) type can’t be both signed and unsigned
The type modifiers signed and unsigned cannot be used together in the same declaration, as
they have opposite meaning, e.g.:
(274) type can’t be unsigned
A floating point type cannot be made unsigned, e.g.:
(275) "..." illegal in non-prototype argument list
The ellipsis symbol may only appear as the last item in a prototyped argument list. It may not
appear on its own, nor may it appear after argument names that do not have types, i.e. K&R-style
non-prototype function definitions. For example:
register int gi;
int process(register int input)
{
}
long char lc;
short float sf;
signed unsigned int confused;
unsigned float uf;
return input + gi;
/ * what? * /
/ * what? * /
/ * what? * /
/ * this cannot be qualified register * /
/ * which is it? * /
/ * this is okay * /
(Parser)
(Parser)
(Parser)
(Parser)
(Parser)
(Parser)
371

Related parts for SW500010