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