summaryrefslogtreecommitdiff
path: root/pps-fixed.h
blob: 80014a8611c8bc766fde265e0ee9a7c6725e1168 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef PPS_FIXED_H
#define PPS_FIXED_H

#define uint64_t pps_uint64_t
#define int64_t pps_int64_t

#include "pps.h"

#undef uint64_t
#undef int64_t

#endif