SW500009 Microchip Technology, SW500009 Datasheet - Page 238

HI-TECH FOR DSPIC/PIC24

SW500009

Manufacturer Part Number
SW500009
Description
HI-TECH FOR DSPIC/PIC24
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC24 & DsPICr
Datasheet

Specifications of SW500009

Supported Families
PIC24
Core Architecture
PIC, DsPIC
Software Edition
Standard
Kit Contents
Software And Docs
Tool Type
Compiler
Mcu Supported Families
PIC24 MCUs And DsPIC DSCs
Lead Free Status / RoHS Status
Not applicable / RoHS Compliant
For Use With/related Products
DSPIC3X/PIC24
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
025
778-1003
778-1003
See Also
sprintf()
Return Value
The printf() routine returns the number of characters written to stdout.
NB The return value is a char, NOT an int.
Note
Certain features of printf are only available for the midrange and high-end processors. Read the
description for details. Printing floating point numbers requires that the float to be printed be no
larger than the largest possible long integer. In order to use long or float formats, the appropriate
supplemental library must be included. See the description on the PICC -L option and the HPDPIC
Options/Long formats in printf menu for more details.
224
}
void
main (void)
{
}
putchar(’\n’);
va_end(ap);
int i;
i = 3;
error("testing 1 2 %d", i);
Library Functions

Related parts for SW500009