branch update for HEAD-2003091401
[reactos.git] / lib / crtdll / process / execlp.c
index 00384c6..d15461f 100644 (file)
@@ -2,6 +2,9 @@
 #include <msvcrt/stdlib.h>
 #include <msvcrt/stdarg.h>
 
+/*
+ * @implemented
+ */
 int _execlp(const char *szPath, const char *szArgv0, ...)
 {
   char *szArg[100];