From ea5e81bd6a3376232bf4747b2fa2e0a91c19b337 Mon Sep 17 00:00:00 2001 From: grischka Date: Sat, 18 Apr 2009 14:28:45 +0200 Subject: new subdirs: include, lib, tests --- stdbool.h | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 stdbool.h (limited to 'stdbool.h') diff --git a/stdbool.h b/stdbool.h deleted file mode 100644 index 6ed13a6..0000000 --- a/stdbool.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef _STDBOOL_H -#define _STDBOOL_H - -/* ISOC99 boolean */ - -#define bool _Bool -#define true 1 -#define false 0 - -#endif /* _STDBOOL_H */ -- cgit v1.3.1