SW006010 Microchip Technology, SW006010 Datasheet - Page 99

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.
ubtoa
Device:
Function:
Include:
Prototype:
Arguments:
Remarks:
Return Value:
File Name:
uitoa
Device:
Function:
Include:
Prototype:
Arguments:
Remarks:
Return Value:
File Name:
PIC17C4X, PIC17C756
Converts an 16-bit unsigned integer to string.
stdlib.h
void uitoa (static unsigned int value, static char
*string);
value
An 8-bit signed byte.
string
Pointer to ASCII string.
This function converts the 16-bit unsigned integer in the
argument value to a ASCII string representation. The string
must be long enough to hold the ASCII representation which is:
number(2) + null(1) = 6
The conversion process uses the minimum amount of
characters in the string. Some examples are:
57912
None
uitoa.c
PIC17C4X, PIC17C756
Converts an 8-bit unsigned byte to string.
stdlib.h
void ubtoa (static unsigned char value, static char
*string);
value
An 8-bit signed byte.
string
Pointer to ASCII string.
This function converts the 8-bit unsigned byte in the argument
value to a ASCII string representation. The string must be long
enough to hold the ASCII representation which is:
number(3) + null(1) = 4
The conversion process uses the minimum amount of
characters in the string. Some examples are:
None
ubtoa.c
3481
107
255
107
29
29
0
0
2 characters
3 characters
4 characters
4 characters
2 characters
3 characters
4 characters
5 characters
6 characters
General Software Library
apRNOVS^-page 95

Related parts for SW006010