aboutsummaryrefslogtreecommitdiff
path: root/include/_rune.h
blob: 26c0df165f984bdbc15bbf752f15f62b4f7bcefe (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef MLIB__RUNE_H
#define MLIB__RUNE_H

#include <stdint.h>

typedef uint_least32_t rune;

#endif /* !MLIB__RUNE_H */