| pvitostr, pvdtostr, pvxtostr - convert vectors of numbers to vectors of strings |
#include <pstring.h> vector pvitostr (pool, vector); vector pvdtostr (pool, vector); vector pvxtostr (pool, vector); |
| 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 *. |
| Richard Jones <rich@annexia.org> |
| GNU LGPL (see http://www.gnu.org/) |
| c2lib-1.2.13 |