Skip to content

File itoa.c

FileList > base > posix > itoa.c

Go to the source code of this file.

  • #include <string.h>

Public Functions

Type Name
char * itoa (int value, char * string, int radix)
char * ltoa (long value, char * string, int radix)
char * ultoa (unsigned long value, char * string, int radix)
char * utoa (unsigned int value, char * string, int radix)

Public Functions Documentation

function itoa

char * itoa (
    int value,
    char * string,
    int radix
) 

function ltoa

char * ltoa (
    long value,
    char * string,
    int radix
) 

function ultoa

char * ultoa (
    unsigned long value,
    char * string,
    int radix
) 

function utoa

char * utoa (
    unsigned int value,
    char * string,
    int radix
) 

The documentation for this class was generated from the following file cores/common/base/posix/itoa.c