summaryrefslogtreecommitdiff
path: root/userspace/sysc.c
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-10-11 19:48:02 +0200
committerMiguel <m.i@gmx.at>2018-10-11 19:48:02 +0200
commit2e8d1bc3b6aa0671995860ca8a09c97523f3538d (patch)
tree8956db101a3467ccb6be275f68104501159553f4 /userspace/sysc.c
parent1e5c0baa8cd59f651985ac3a7b41ab2ecbe90b5e (diff)
ported ncurses almost ! ncurses-examples work almost fine now!!!
Diffstat (limited to 'userspace/sysc.c')
-rw-r--r--userspace/sysc.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/userspace/sysc.c b/userspace/sysc.c
new file mode 100644
index 0000000..f5a6719
--- /dev/null
+++ b/userspace/sysc.c
@@ -0,0 +1,4 @@
+int main()
+{
+ write(1,"dupa\n",5);
+}