aboutsummaryrefslogtreecommitdiff
path: root/src/screen.h
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-03-29 23:36:44 -0400
committerB. Watson <urchlay@slackware.uk>2026-03-29 23:36:44 -0400
commit429938fa67beef12eb348dec04d748ab58b00678 (patch)
treedf59be6a9084f5e58675ef0333bb7ad7c3bb946b /src/screen.h
parent4ab26eee1dd329152cd2424b0851f2ce950f96bc (diff)
downloadfujinet-chat-429938fa67beef12eb348dec04d748ab58b00678.tar.gz
Banish itoa(), save 170 bytes.
Diffstat (limited to 'src/screen.h')
-rw-r--r--src/screen.h4
1 files changed, 4 insertions, 0 deletions
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: