#include <alloca.h>
#include <lib.h>
+#ifndef __UNCONST
+#define __UNCONST(x) ((void *) (x))
+#endif
+
extern char * const **_penviron; /* The default environment. */
int
#include <alloca.h>
#include <lib.h>
+#ifndef __UNCONST
+#define __UNCONST(x) ((void *) (x))
+#endif
+
int execle(const char *path, const char *arg1, ...)
/* execle("/bin/sh", "sh", "-c", "example", (char *) 0, my_env_array); */
{
#include <alloca.h>
#include <lib.h>
+#ifndef __UNCONST
+#define __UNCONST(x) ((void *) (x))
+#endif
+
int execlp(const char *file, const char *arg1, ...)
/* execlp("sh", "sh", "-c", "example", (char *) 0); */
{