branch update for HEAD-2003091401
[reactos.git] / lib / msvcrt / stdio / feof.c
index a2487d8..9591e21 100644 (file)
@@ -8,6 +8,9 @@
 int feof(FILE *stream);
 #endif
 
+/*
+ * @implemented
+ */
 int feof(FILE *stream)
 {
   if (stream == NULL) {