SW500010 Microchip Technology, SW500010 Datasheet - Page 360

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
maybe you meant something like:
(218) missing name after pragma "inline"
The inline pragma expects the name of a function to follow. The function name must be recog-
nized by the code generator for it to be expanded; other functions are not altered, e.g.:
maybe you meant something like:
(219) missing name after pragma "printf_check"
The printf_check pragma expects the name of a function to follow. This specifies printf-style
format string checking for the function, e.g.
Maybe you meant something like:
Pragmas for all the standard printf-like function are already contained in <stdio.h>.
(220) exponent expected
A floating point constant must have at least one digit after the e or E., e.g.:
(221) hexadecimal digit expected
After 0x should follow at least one of the hex digits 0-9 and A-F or a-f, e.g.:
360
#pragma psect text=specialtext
#pragma inline
#pragma inline memcpy
#pragma printf_check
#pragma printf_check sprintf
float f;
f = 1.234e;
a = 0xg6;
/ * oops -- was that meant to be a = 0xf6 ? * /
/ * oops -- what is the exponent? * /
/ * what is the function name? * /
/ * what function is to be checked? * /
Error and Warning Messages
(Parser)
(Parser)
(Parser)
(Parser)

Related parts for SW500010