update for HEAD-2003091401
[reactos.git] / lib / crtdll / stdlib / splitp.c
index 9d69349..61f0479 100644 (file)
@@ -2,6 +2,9 @@
 #include <msvcrt/string.h>
 
 
+/*
+ * @implemented
+ */
 void _splitpath( const char *path, char *drive, char *dir, char *fname, char *ext )
 {
        char *tmp_drive;