From 6a3a62a41abc81a82d6cb6c5491d5ac778256150 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 5 May 2024 15:35:27 +0200 Subject: Rename freadrune() to u8fgetr() + improvements --- include/mbio.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include') diff --git a/include/mbio.h b/include/mbio.h index 339c650..116231c 100644 --- a/include/mbio.h +++ b/include/mbio.h @@ -6,9 +6,8 @@ #include "_charN_t.h" #include "_rune.h" -int freadrune(rune *, FILE *); +int u8fgetr(rune *, FILE *); constexpr rune MBEOF = 0x110000; -constexpr rune MBERR = 0x110001; #endif /* !MLIB_MBIO_H */ -- cgit v1.2.3