X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fstdio%2Fswprintf.c;h=f75eb112e7c0d7e22b79c03204cc00c6af7575e7;hb=6739b13a172aad9c01572c04cadacc99c7041811;hp=5ece97c41ed970b8834362830ce148206b132447;hpb=e18b56382154fe1c5803f6b9ee36e2991174c037;p=musl diff --git a/src/stdio/swprintf.c b/src/stdio/swprintf.c index 5ece97c4..f75eb112 100644 --- a/src/stdio/swprintf.c +++ b/src/stdio/swprintf.c @@ -1,8 +1,7 @@ -#include #include #include -int swprintf(wchar_t *s, size_t n, const wchar_t *fmt, ...) +int swprintf(wchar_t *restrict s, size_t n, const wchar_t *restrict fmt, ...) { int ret; va_list ap;