From 9f16b032d38613ca95e321e1d1e652c43129c68b Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 15 Aug 2020 17:42:36 +0200 Subject: Added libgui --- lib/inc/def.h | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 lib/inc/def.h (limited to 'lib/inc/def.h') diff --git a/lib/inc/def.h b/lib/inc/def.h deleted file mode 100644 index 42939a0..0000000 --- a/lib/inc/def.h +++ /dev/null @@ -1,28 +0,0 @@ -// MIT License, Copyright (c) 2020 Marvin Borner - -#ifndef DEF_H -#define DEF_H - -/** - * Types - */ - -typedef signed char s8; -typedef unsigned char u8; - -typedef signed short s16; -typedef unsigned short u16; - -typedef signed long s32; -typedef unsigned long u32; - -typedef signed long long s64; -typedef unsigned long long u64; - -/** - * Macros - */ - -#define NULL ((void *)0) - -#endif -- cgit v1.2.3