summaryrefslogtreecommitdiff
path: root/miniany/libc-hosted.c
diff options
context:
space:
mode:
Diffstat (limited to 'miniany/libc-hosted.c')
-rw-r--r--miniany/libc-hosted.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/miniany/libc-hosted.c b/miniany/libc-hosted.c
new file mode 100644
index 0000000..8cb4d46
--- /dev/null
+++ b/miniany/libc-hosted.c
@@ -0,0 +1,7 @@
+/*
+ * include files for C library of the host. Currently only tested
+ * with glibc 2.31.
+ */
+
+#include <stdio.h>
+#include <stdlib.h>