From 48a608c8959fc696184bc1af2f67ecd07c0381ba Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sun, 4 Apr 2021 14:03:26 +0200 Subject: Add utilities functions --- src/utils/types.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/utils/types.h (limited to 'src/utils/types.h') diff --git a/src/utils/types.h b/src/utils/types.h new file mode 100644 index 0000000..b06b160 --- /dev/null +++ b/src/utils/types.h @@ -0,0 +1,8 @@ +#ifndef TYPES_H +#define TYPES_h + +typedef unsigned char u8; +typedef unsigned short u16; +typedef unsigned int u32; + +#endif -- cgit v1.2.3