pitoa

NAME
SYNOPSIS
DESCRIPTION
AUTHOR
LICENSE
VERSION

NAME

pitoa, pdtoa, pxtoa - convert number types to strings

SYNOPSIS

#include <pstring.h>

char *pitoa (pool, int);
char *pdtoa (pool, double);
char *pxtoa (pool, unsigned);

DESCRIPTION

These functions convert a decimal int, double or hexadecimal unsigned into a string, which is allocated in pool.
pitoa is equivalent to psprintf (pool, "%d", i), and the other functions have similar equivalents.

AUTHOR

Richard Jones <rich@annexia.org>

LICENSE

GNU LGPL (see http://www.gnu.org/)

VERSION

c2lib-1.2.13