We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c30a7e9 commit 141ced2Copy full SHA for 141ced2
lib/ap/crt/crt1.c
@@ -1,3 +1,10 @@
1
+/*
2
+ * Copyright (c) 2005-2014 Rich Felker, et al.
3
+ * Copyright (c) 2015-2018 HarveyOS et al.
4
+ *
5
+ * Use of this source code is governed by a MIT-style
6
+ * license that can be found in the LICENSE.mit file.
7
+ */
8
9
#define START "_start"
10
lib/ap/plan9/__libc_start_main.c
@@ -1,3 +1,11 @@
+
#include "libc.h"
#include "sys9.h"
11
0 commit comments