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 */