From 6e4b9831f903e583d58de8b4265159f6d859ebc2 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Fri, 2 Sep 2022 23:56:18 +0200 Subject: user/ports: bare minimum to run doomgeneric --- src/user/lib/include/stdio.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/user/lib/include/stdio.h') diff --git a/src/user/lib/include/stdio.h b/src/user/lib/include/stdio.h index dd6a078..5ee0878 100644 --- a/src/user/lib/include/stdio.h +++ b/src/user/lib/include/stdio.h @@ -81,3 +81,5 @@ int rename(const char *old, const char *new); #define L_tmpnam (5 + 16 + 1) char *tmpnam(char *s); + +int sscanf(const char *restrict s, const char *restrict format, ...); -- cgit v1.2.3