aboutsummaryrefslogtreecommitdiff
path: root/include/mbio.h
blob: 339c650bcd678ccfaf9b06c2314d728039170f1f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef MLIB_MBIO_H
#define MLIB_MBIO_H

#include <stdio.h>

#include "_charN_t.h"
#include "_rune.h"

int freadrune(rune *, FILE *);

constexpr rune MBEOF = 0x110000;
constexpr rune MBERR = 0x110001;

#endif /* !MLIB_MBIO_H */