update for HEAD-2003091401
[reactos.git] / lib / crtdll / io / isatty.c
index 3ed7a80..a1d67b8 100644 (file)
@@ -4,6 +4,9 @@
 #define NDEBUG
 #include <msvcrt/msvcrtdbg.h>
 
+/*
+ * @implemented
+ */
 int _isatty( int fd )
 {
   struct stat buf;