branch update for HEAD-2003091401
[reactos.git] / lib / msvcrt / io / dup.c
index 048c423..5a95b0f 100644 (file)
@@ -4,6 +4,9 @@
 #include <msvcrt/internal/file.h>
 
 
+/*
+ * @implemented
+ */
 int _dup(int handle)
 {
   HANDLE hFile;