update for HEAD-2003091401
[reactos.git] / lib / crtdll / stdio / flsbuf.c
index cf2395b..8585237 100644 (file)
@@ -15,6 +15,9 @@ int convert(char *endp, int bufsiz,int n);
 int _writecnv(int fn, void *buf, size_t bufsiz);
 
 
+/*
+ * @implemented
+ */
 int _flsbuf(int c, FILE *f)
 {
   char *base;