branch update for HEAD-2003091401
[reactos.git] / lib / crtdll / process / spawnvp.c
index 8a6862b..0a6bacc 100644 (file)
@@ -3,6 +3,9 @@
 #include <msvcrt/process.h>
 #include <msvcrt/stdlib.h>
 
+/*
+ * @implemented
+ */
 int _spawnvp(int nMode, const char* szPath, char* const* szaArgv)
 {
   return spawnvpe(nMode, szPath, (char * const *)szaArgv, _environ);