libpulsar
A modular compiler for the pulsar programming language
Loading...
Searching...
No Matches
src
util
itoa.h
Go to the documentation of this file.
1
8
#include "
def.h
"
9
12
STR
ps_itoa
(
int
v);
13
16
STR
ps_ztoa
(
usize
v);
def.h
Base definitions.
STR
#define STR
Definition
def.h:40
usize
#define usize
Definition
def.h:50
ps_ztoa
STR ps_ztoa(usize v)
Returns a read-only string of the digits of v.
Definition
itoa.c:40
ps_itoa
STR ps_itoa(int v)
Returns a read-only string of the digits of v.
Definition
itoa.c:21
Generated by
1.9.8