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

#include <inttypes.h>

typedef uint32_t      idx_t;
typedef uint32_t      rune;
typedef unsigned char uchar;

#define RUNE_C(x) UINT32_C(x)
#define PRIXRUNE  PRIX32

#endif /* !ORYX_TYPES_H */