branch update for HEAD-2003091401
[reactos.git] / lib / msvcrt / io / write.c
index 609486c..7f232e8 100644 (file)
@@ -32,6 +32,9 @@ void ReportLastError(void)
     }
 }
  */
+/*
+ * @implemented
+ */
 size_t _write(int _fd, const void* _buf, size_t _nbyte)
 {
    char *tmp, *in, *out;