update for HEAD-2003091401
[reactos.git] / lib / msvcrt / stdlib / senv.c
index 9761ebe..b98596e 100644 (file)
@@ -6,6 +6,9 @@
 #include <msvcrt/msvcrtdbg.h>
 
 
+/*
+ * @implemented
+ */
 void _searchenv(const char* file,const char* var,char* path)
 {
     char* env = getenv(var);