1 2 3 4 5 6 7 8
#include <errno.h> int _execve(const char *name, char *const argv[], char *const env[]) { errno = ENOMEM; return -1; }