update for HEAD-2003091401
[reactos.git] / lib / crtdll / process / spawnlpe.c
index 81abee8..7c07cff 100644 (file)
@@ -3,6 +3,9 @@
 #include <msvcrt/stdarg.h>
 
 
+/*
+ * @implemented
+ */
 int _spawnlpe(int mode, const char *path, const char *szArgv0, ... /*, const char **envp */)
 {
   char *szArg[100];