summaryrefslogtreecommitdiff
path: root/src/__main.c
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2023-11-14 12:54:48 -0500
committerJakob Kaivo <jkk@ung.org>2023-11-14 12:54:48 -0500
commitafcef1659dc3505d834f0be22056dc16d939e60c (patch)
tree0e5bced6af37664968961d6a918b9d21be55ec50 /src/__main.c
parent2127d8359ac193b6d6980b9b854a238fb13e247c (diff)
disable startup routines
Diffstat (limited to 'src/__main.c')
-rw-r--r--src/__main.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/__main.c b/src/__main.c
index 7e3cd95f..1cfb5119 100644
--- a/src/__main.c
+++ b/src/__main.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <stdlib.h>
#include <stdio.h>
#include <locale.h>
@@ -27,3 +29,6 @@ void __main(int argc, char **argv)
}
void __stack_chk_fail(void) {}
+
+
+#endif