[hackers] [sbase] Simplify true(1) and false(1) || sin
commit 44319a397244309a7516922473aa83ce0f4a10e4
Author: sin <sin_AT_2f30.org>
Date: Fri Oct 3 00:02:41 2014 +0100
Simplify true(1) and false(1)
diff --git a/false.c b/false.c
index 368e069..fce3fd9 100644
--- a/false.c
+++ b/false.c
_AT_@ -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
index aa92e0b..cb081ec 100644
--- a/true.c
+++ b/true.c
_AT_@ -1,6 +1,4 @@
/* See LICENSE file for copyright and license details. */
-#include <stdlib.h>
-
int
main(void)
{
Received on Fri Oct 03 2014 - 01:03:13 CEST
This archive was generated by hypermail 2.3.0
: Fri Oct 03 2014 - 01:12:08 CEST