update for HEAD-2003091401
[reactos.git] / lib / crtdll / process / spawnle.c
index 27c354f..74ac71f 100644 (file)
@@ -3,6 +3,9 @@
 #include <msvcrt/stdarg.h>
 
 
+/*
+ * @implemented
+ */
 int _spawnle(int mode, const char *path, const char *szArgv0, ... /*, const char **envp */)
 {
   char *szArg[100];