branch update for HEAD-2003091401
[reactos.git] / lib / msvcrt / stdio / putw.c
index 9495126..dab2f31 100644 (file)
 #include <msvcrt/stdio.h>
 
 
-/* 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?  */