branch update for HEAD-2003091401
[reactos.git] / lib / msvcrt / direct / chdrive.c
index 1522904..830b1d9 100644 (file)
@@ -7,6 +7,9 @@
 int cur_drive = 0;
 
 
+/*
+ * @implemented
+ */
 int _chdrive(int drive)
 {
     char d[3];