update for HEAD-2003091401
[reactos.git] / lib / crtdll / process / execl.c
index 132869e..08cc27b 100644 (file)
@@ -4,6 +4,9 @@
 #include <msvcrt/stdlib.h>
 #include <stdarg.h>
 
+/*
+ * @implemented
+ */
 int _execl(const char* szPath, const char* szArgv0, ...)
 {
   char *szArg[100];