#include "internal.h" int sys·exec(char *prog, char *argv[], char *env[]) { intptr ret = syscall(·ExecVe, prog, argv, env); return error(ret); }