branch update for HEAD-2003091401
[reactos.git] / lib / msvcrt / direct / getcwd.c
index 67638b9..cd23f19 100644 (file)
@@ -3,6 +3,9 @@
 #include <msvcrt/stdlib.h>
 
 
+/*
+ * @implemented
+ */
 char *_getcwd(char* buffer, int maxlen)
 {
     char *cwd;