X-Git-Url: http://git.jankratochvil.net/?p=reactos.git;a=blobdiff_plain;f=lib%2Fmsvcrt%2Fstdio%2Fputw.c;fp=lib%2Fmsvcrt%2Fstdio%2Fputw.c;h=dab2f31ee0ce3fa1c382bc05df0c0e8c9d9ecae3;hp=94951269905958753d72563d42609cbd23bf75d0;hb=7c0cf90e3b750f1f0dc83b2eec9e5c68a512c30f;hpb=ee8b63255465d8c28be3e7bd11628015708fc1ab diff --git a/lib/msvcrt/stdio/putw.c b/lib/msvcrt/stdio/putw.c index 9495126..dab2f31 100644 --- a/lib/msvcrt/stdio/putw.c +++ b/lib/msvcrt/stdio/putw.c @@ -20,7 +20,11 @@ #include -/* Write the word (int) W to STREAM. */ +/* + * Write the word (int) W to STREAM. + * + * @implemented + */ int _putw(int w,FILE *stream) { /* Is there a better way? */