#include #include int execve(const char* path, char* const argv[], char* const envp[]) { errno = ENOSYS; return -1; }