ref: fa6de0c042b52461ee5e7dc6088375f62d83cf62
parent: 6777c495b3f5ba30a7b2442e176433ebebef7ab7
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Fri Mar 7 20:47:50 EST 2025
remove hexdump func proto (does not exist)
--- a/src/ios.h
+++ b/src/ios.h
@@ -95,8 +95,6 @@
int ios_printf(sl_ios *s, const char *format, ...) sl_printfmt(2, 3);
int ios_vprintf(sl_ios *s, const char *format, va_list args) sl_printfmt(2, 0);
-void hexdump(sl_ios *dest, const u8int *buffer, usize len, usize startoffs);
-
/* high-level stream functions - input */
int ios_getutf8(sl_ios *s, Rune *r);