X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fstdio%2Ffputws.c;h=5723cbcd7a573a2879f25339be378dc817388025;hb=6d861ac87491a207e4599c44b61d142f0a601c2d;hp=b75f95bc7c47eb529f4e543d20711e0a2fe838ed;hpb=a8c17e6587e68c4330999dd408d4add1d81296bf;p=musl diff --git a/src/stdio/fputws.c b/src/stdio/fputws.c index b75f95bc..5723cbcd 100644 --- a/src/stdio/fputws.c +++ b/src/stdio/fputws.c @@ -1,6 +1,7 @@ #include "stdio_impl.h" +#include -int fputws(const wchar_t *ws, FILE *f) +int fputws(const wchar_t *restrict ws, FILE *restrict f) { unsigned char buf[BUFSIZ]; size_t l=0;