aboutsummaryrefslogtreecommitdiff
path: root/src/types.h
blob: bd28e36db89ac0708431ebf9e671991f74d71977 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef ORYX_TYPES_H
#define ORYX_TYPES_H

#include <stdint.h>

typedef uint32_t      idx_t_;
typedef uint32_t      rune;
typedef unsigned char uchar;

#define RUNE_C(x) UINT32_C(x)

#endif /* !ORYX_TYPES_H */