branch update for HEAD-2003091401
[reactos.git] / lib / msvcrt / direct / chdir.c
index eb8061d..8d2bf87 100644 (file)
@@ -3,6 +3,9 @@
 #include <msvcrt/direct.h>
 
 
+/*
+ * @implemented
+ */
 int _chdir(const char* _path)
 {
     if (_path[1] == ':')