#include #include #include int main() { char * argv[] = { "./fork", NULL }; execv(argv[0], argv); return 0; }