#include #include int main(void) { char *args[] = {"fork", NULL}; execve("fork", args, NULL); printf("End of execve\n"); }