summaryrefslogtreecommitdiff
path: root/true.c
diff options
context:
space:
mode:
Diffstat (limited to 'true.c')
-rw-r--r--true.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/true.c b/true.c
index c3c9e8c..cf7b585 100644
--- a/true.c
+++ b/true.c
@@ -17,8 +17,5 @@
*
*/
-int true_main(int argc, char *argv[])
-{
- (void)argc; (void)argv;
- return 0;
-}
+#define main true_main
+#include "true/true.c"