commit 44319a397244309a7516922473aa83ce0f4a10e4
parent a6793ced1bda4f052ca4e449f89de0d2bcb87866
Author: sin <sin@2f30.org>
Date: Fri, 3 Oct 2014 00:02:41 +0100
Simplify true(1) and false(1)
Diffstat:
2 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/false.c b/false.c
@@ -1,6 +1,4 @@
/* See LICENSE file for copyright and license details. */
-#include <stdlib.h>
-
int
main(void)
{
diff --git a/true.c b/true.c
@@ -1,6 +1,4 @@
/* See LICENSE file for copyright and license details. */
-#include <stdlib.h>
-
int
main(void)
{