pvitostr

NAME
SYNOPSIS
DESCRIPTION
AUTHOR
LICENSE
VERSION

NAME

pvitostr, pvdtostr, pvxtostr - convert vectors of numbers to vectors of strings

SYNOPSIS

#include <pstring.h>

vector pvitostr (pool, vector);
vector pvdtostr (pool, vector);
vector pvxtostr (pool, vector);

DESCRIPTION

Promote vector of numbers to vector of strings.
pvitostr expects a vector of int.
pvdtostr expects a vector of double.
pvxtostr expects a vector of hexadecimal unsigned.
All functions return a vector of char *.

AUTHOR

Richard Jones <rich@annexia.org>

LICENSE

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

VERSION

c2lib-1.2.13