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/main.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 usrbin/main.c (limited to 'usrbin/main.c') diff --git a/usrbin/main.c b/usrbin/main.c new file mode 100644 index 0000000..5cc7567 --- /dev/null +++ b/usrbin/main.c @@ -0,0 +1,7 @@ +#include + +extern int print(char*); + +void main(void) { + print("We did it ma!\n"); +} -- cgit v1.3