From e77b371fb0fc4e62fa727a340b2e322fa60ebcff Mon Sep 17 00:00:00 2001 From: James Barnett Date: Sun, 6 Oct 2019 15:53:52 +0100 Subject: Add command parsing and echo command --- os/stdlib/sdtlib.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'os/stdlib/sdtlib.h') diff --git a/os/stdlib/sdtlib.h b/os/stdlib/sdtlib.h index a0b3402..85073d2 100644 --- a/os/stdlib/sdtlib.h +++ b/os/stdlib/sdtlib.h @@ -1 +1,2 @@ -char* int_to_str(int i); \ No newline at end of file +char* int_to_str(int i); +int strcmp(const char *str1, const char *str2); \ No newline at end of file -- cgit v1.2.3