summaryrefslogtreecommitdiff
path: root/lib/types.h
blob: 3bca58cff051213bad247004691a3ba69ac3d9e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

#include <inttypes.h>

typedef uint_fast32_t v_t;
typedef uint_fast8_t q_t;
typedef uint_fast8_t D_t;
typedef uint_fast16_t L_t;
typedef uint_fast64_t count_t;

#define MAX_Q 256

#define PRIq PRIuFAST8
#define PRID PRIuFAST8
#define PRIL PRIuFAST16
#define PRIcount PRIuFAST64