aboutsummaryrefslogtreecommitdiff
path: root/src/utils/types.h
blob: ce49701c0f560a027f66602ba7d74e90e9a5123b (plain)
1
2
3
4
5
6
7
8
9
#ifndef TYPES_H
#define TYPES_h

typedef unsigned char u8;
typedef unsigned short u16;
typedef unsigned int u32;
typedef unsigned long long u64;

#endif