From 429938fa67beef12eb348dec04d748ab58b00678 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 29 Mar 2026 23:36:44 -0400 Subject: Banish itoa(), save 170 bytes. --- src/screen.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/screen.h') diff --git a/src/screen.h b/src/screen.h index af95690..34f069f 100644 --- a/src/screen.h +++ b/src/screen.h @@ -107,6 +107,10 @@ char *scr_get_cur_name(void); /* XXX: this really should be in a utils.c or common.c... */ void scr_waitvcount(u8 c); +/* print decimal numbers (see printnum.s) */ +void scr_cur_printnum(u16 c); +void scr_act_printnum(u16 c); + /**** end of public API ****/ /* notes: -- cgit v1.2.3