uitoa Function

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
uitoa Function
C
void uitoa(
    WORD Value, 
    BYTE* Buffer
);
Description

Converts a 16-bit unsigned integer to a null-terminated decimal string.

Preconditions

None

Parameters
Parameters 
Description 
Value 
The number to be converted 
Buffer 
Pointer in which to store the converted string 
Returns

None

Microchip TCP/IP Stack 5.42.08 - June 15, 2013
Copyright © 2012 Microchip Technology, Inc.  All rights reserved.