From 97d3551106495fa18969e2690720b621ba5a9c0b Mon Sep 17 00:00:00 2001 From: Jake Mannens Date: Sun, 24 Jun 2018 02:27:22 +1000 Subject: Re-structured the source tree and modified makefiles accordingly. Hopefully further separation will help to keep the code readable and understandable. --- usrbin/print.c | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 usrbin/print.c (limited to 'usrbin/print.c') diff --git a/usrbin/print.c b/usrbin/print.c new file mode 100644 index 0000000..ea32cdf --- /dev/null +++ b/usrbin/print.c @@ -0,0 +1,3 @@ +#include + +_syscall1(int, print, char*, s); -- cgit v1.3