aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-05-05 15:35:27 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-05-05 15:35:27 +0200
commit6a3a62a41abc81a82d6cb6c5491d5ac778256150 (patch)
tree42073dec9ea4ad0c747f32144b12948ac3fb1394 /include
parent812dad01590185aa268ab452b2328e08c3725a55 (diff)
Rename freadrune() to u8fgetr() + improvements
Diffstat (limited to 'include')
-rw-r--r--include/mbio.h3
1 files changed, 1 insertions, 2 deletions
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 */