update for HEAD-2003091401
[reactos.git] / lib / msvcrt / stdio / setbuf.c
index a112ae3..b18dfb5 100644 (file)
@@ -3,6 +3,9 @@
 #include <msvcrt/stdlib.h>
 #include <msvcrt/internal/file.h>
 
+/*
+ * @implemented
+ */
 void setbuf(FILE *f, char *buf)
 {
   if (buf)