From a767724386c9fe175c2fe4311511c0a402339c37 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Fri, 25 Aug 2023 14:06:00 +0200 Subject: libc: get as+ld to work --- src/libc/stdio/misc.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/libc/stdio/misc.c') diff --git a/src/libc/stdio/misc.c b/src/libc/stdio/misc.c index 45144f3..7e8e746 100644 --- a/src/libc/stdio/misc.c +++ b/src/libc/stdio/misc.c @@ -44,9 +44,3 @@ char *tmpnam(char *s) { strcpy(s, "/tmp/tmpnam"); return s; } - -// TODO sscanf -int sscanf(const char *restrict s, const char *restrict format, ...) { - (void)s; (void)format; - return 0; -} -- cgit v1.2.3