branch update for HEAD-2003091401
[reactos.git] / lib / msvcrt / io / pipe.c
index b7908a9..12c6ed9 100644 (file)
@@ -14,6 +14,9 @@
 #include <msvcrt/internal/file.h>
 
 
+/*
+ * @implemented
+ */
 int _pipe(int _fildes[2], unsigned int size, int mode )
 {
   HANDLE hReadPipe, hWritePipe;