branch update for HEAD-2003091401
[reactos.git] / lib / msvcrt / io / close.c
index 65d6230..a1004fa 100644 (file)
@@ -5,6 +5,9 @@
 #define NDEBUG
 #include <msvcrt/msvcrtdbg.h>
 
+/*
+ * @implemented
+ */
 int _close(int _fd)
 {
   DPRINT("_close(fd %d)\n", _fd);