aboutsummaryrefslogtreecommitdiffstats
path: root/halt/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'halt/main.c')
-rw-r--r--halt/main.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/halt/main.c b/halt/main.c
new file mode 100644
index 0000000..c89be21
--- /dev/null
+++ b/halt/main.c
@@ -0,0 +1,5 @@
+#include "rust.h"
+
+void _start (int argc, char **argv) {
+ main();
+}