musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/stdio/sscanf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/sscanf.c')
-rw-r--r--src/stdio/sscanf.c 2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdio/sscanf.c b/src/stdio/sscanf.c
index a1cea699..b575edf7 100644
--- a/src/stdio/sscanf.c
+++ b/src/stdio/sscanf.c
@@ -1,7 +1,7 @@
#include <stdio.h>
#include <stdarg.h>
-int sscanf(const char *s, const char *fmt, ...)
+int sscanf(const char *restrict s, const char *restrict fmt, ...)
{
int ret;
va_list ap;
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月25日 00:38:15 +0000

AltStyle によって変換されたページ (->オリジナル) /