aboutsummaryrefslogtreecommitdiffstats
path: root/halt/main.c
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2020-11-23 04:07:45 +0100
committerGustav Sörnäs <gustav@sornas.net>2020-11-23 04:07:45 +0100
commit3f7102d7193d3c0f6cdda8e3106aac77188bb475 (patch)
tree83a1a7b07d83bdabe93c10c0eebbe56d411a76fe /halt/main.c
parentcda174afc8e1bf6b779726965f5eaa030d80b1dc (diff)
downloadpintos-rs-3f7102d7193d3c0f6cdda8e3106aac77188bb475.tar.gz
intial rs
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();
+}