diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-03-29 23:36:44 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-03-29 23:36:44 -0400 |
| commit | 429938fa67beef12eb348dec04d748ab58b00678 (patch) | |
| tree | df59be6a9084f5e58675ef0333bb7ad7c3bb946b /src/screen.h | |
| parent | 4ab26eee1dd329152cd2424b0851f2ce950f96bc (diff) | |
| download | fujinet-chat-429938fa67beef12eb348dec04d748ab58b00678.tar.gz | |
Banish itoa(), save 170 bytes.
Diffstat (limited to 'src/screen.h')
| -rw-r--r-- | src/screen.h | 4 |
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: |
