aboutsummaryrefslogtreecommitdiff
path: root/include/mbio.h
blob: 2cb501d65ee17f2534152fa54ca480f6aa10f79b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef MLIB_MBIOO_H
#define MLIB_MBIOO_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_MBIOO_H */