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/vprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/vprintf.c')
-rw-r--r--src/stdio/vprintf.c 2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdio/vprintf.c b/src/stdio/vprintf.c
index 67b38dac..30d2bffa 100644
--- a/src/stdio/vprintf.c
+++ b/src/stdio/vprintf.c
@@ -1,6 +1,6 @@
#include <stdio.h>
-int vprintf(const char *fmt, va_list ap)
+int vprintf(const char *restrict fmt, va_list ap)
{
return vfprintf(stdout, fmt, ap);
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月09日 22:29:52 +0000

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