Rewrite int printing to be non-recursive. Limit ints to 32 bits
authorKeith Packard <keithp@keithp.com>
Fri, 16 Nov 2012 15:38:40 +0000 (07:38 -0800)
committerKeith Packard <keithp@keithp.com>
Fri, 16 Nov 2012 15:38:40 +0000 (07:38 -0800)
commit2b197c4185ac95ec421fb85a472f13a4ff333587
treec33b721e06bbc74c5796ab1e6388f947ba7c50f1
parentaca4bf7601bc9aa2a80b71c435166c15968e142a
Rewrite int printing to be non-recursive. Limit ints to 32 bits

This saves a ton of CPU time and stack space

Signed-off-by: Keith Packard <keithp@keithp.com>
functions/_PDCLIB/print.c