From 8a19547957a86bed3f58c9abc1ac218d04698faf Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Tue, 8 Apr 2025 10:39:48 -0400 Subject: break apart c libaray --- include/stdbool.h | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 include/stdbool.h (limited to 'include/stdbool.h') diff --git a/include/stdbool.h b/include/stdbool.h deleted file mode 100644 index dddf1c9..0000000 --- a/include/stdbool.h +++ /dev/null @@ -1,17 +0,0 @@ -/** - * @file stdbool.h - * @author Freya Murphy - * @author Warren R. Carithers - * - * Boolean definitions. - */ - -#ifndef _STDBOOL_H -#define _STDBOOL_H - -// Boolean values -typedef _Bool bool; -#define true 1 -#define false 0 - -#endif /* stdbool.h */ -- cgit v1.2.3-freya