update for HEAD-2003091401
[reactos.git] / lib / msvcrt / stdio / getw.c
index 6322abc..e5eff56 100644 (file)
@@ -19,7 +19,11 @@ Cambridge, MA 02139, USA.  */
 #include <msvcrt/stdio.h>
 
 
-/* Read a word (int) from STREAM.  */
+/*
+ * Read a word (int) from STREAM.
+ *
+ * @implemented
+ */
 int _getw(FILE *stream)
 {
   int w;