|
libpulsar
A modular compiler for the pulsar programming language
|
Conversion from integers to strings. More...
#include "def.h"Go to the source code of this file.
Functions | |
| STR | ps_itoa (int v) |
Returns a read-only string of the digits of v. | |
| STR | ps_ztoa (usize v) |
Returns a read-only string of the digits of v. | |
Conversion from integers to strings.
Definition in file itoa.h.
| STR ps_itoa | ( | int | v | ) |