SW006010 Microchip Technology, SW006010 Datasheet - Page 97

no-image

SW006010

Manufacturer Part Number
SW006010
Description
MPLAB 17C SOFTWARE
Manufacturer
Microchip Technology
Datasheets

Specifications of SW006010

Tool Function
Compiler
Tool Type
Compiler
Processor Series
PIC17C
Lead Free Status / RoHS Status
Not applicable / Not applicable
For Use With/related Products
MPLAB®
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
 2002 Microchip Technology Inc.
btoa (Continued)
Return Value:
File Name:
itoa
Device:
Function:
Include:
Prototype:
Arguments:
Remarks:
Return Value:
File Name:
The conversion process uses the minimum amount of
characters in the string. Some examples are:
None
btoa.c
PIC17C4X, PIC17C756
Converts an 16-bit signed integer to string.
stdlib.h
void itoa (static int value, static char *string);
value
An 8-bit signed byte.
string
Pointer to ASCII string.
This function converts the 16-bit signed integer in the argument
value to a ASCII string representation. The string must be long
enough to hold the ASCII representation which is:
number(5) + sign(1) + null(1) = 7
The conversion process uses the minimum amount of
characters in the string. Some examples are:
None
itoa.c
-120
- 57
107
-24290
32000
29
-6183
-6
0
1187
-120
107
-57
29
-6
0
5 characters
4 characters
3 characters
2 characters
3 characters
4 characters
7 characters
6 characters
5 characters
4 characters
3 characters
2 characters
3 characters
4 characters
5 characters
6 characters
General Software Library
apRNOVS^-page 93

Related parts for SW006010