diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/mbio.h | 3 |
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 */ |