aboutsummaryrefslogtreecommitdiff
path: root/include/__rune.h
blob: 4011411dc5f07aeda7c2eed7f926cfdfa193bceb (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 */