From 01731e6e89d44ac7e7ab675e4e597474d1b5180a Mon Sep 17 00:00:00 2001 From: Lizzy Fleckenstein Date: Thu, 11 Apr 2024 21:12:12 +0200 Subject: move print_bytes to font.c --- stage3/font.h | 1 + 1 file changed, 1 insertion(+) (limited to 'stage3/font.h') diff --git a/stage3/font.h b/stage3/font.h index 44019bb..34c4780 100644 --- a/stage3/font.h +++ b/stage3/font.h @@ -24,5 +24,6 @@ void print_hex(u64 x); void print_num(u64 x, u8 base); void print_num_pad(u64 x, u8 base, u8 pad_len, char pad_char); void print_dbl(double d, u8 points); +void print_bytes(usize bytes); #endif -- cgit v1.2.3