update for HEAD-2003091401
[reactos.git] / lib / msvcrt / stdlib / fullpath.c
index 2e98a2e..6fc4c1d 100644 (file)
@@ -11,6 +11,9 @@
 #include <msvcrt/stdlib.h>
 
 
+/*
+ * @implemented
+ */
 char* _fullpath(char* absPath, const char* relPath, size_t maxLength)
 {
     char* lpFilePart;