From 162d024a53e1e31e00ff0b6f47dd4590edebc551 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sun, 9 Aug 2020 16:51:01 +0200 Subject: Heavy restructuring of libc, kernel and apps --- apps/a.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'apps/a.c') diff --git a/apps/a.c b/apps/a.c index d9e68f8..45375c9 100644 --- a/apps/a.c +++ b/apps/a.c @@ -1,14 +1,7 @@ // MIT License, Copyright (c) 2020 Marvin Borner #include - -u32 strlen(const char *s) -{ - const char *ss = s; - while (*ss) - ss++; - return ss - s; -} +#include u8 inb(u16 port) { -- cgit v1.2.3