summaryrefslogtreecommitdiff
path: root/src/user/lib/include/stdio.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/user/lib/include/stdio.h')
-rw-r--r--src/user/lib/include/stdio.h2
1 files changed, 2 insertions, 0 deletions
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, ...);