pid_t extraction = fork(); switch(extraction){ case -1 : printf("fork() failed\\n"); break; case 0 : for(int