#include #include int main(int argc, char *argv[]) { pid_t smith = fork(); printf("I am Agent Smith %d (%d)\n",getpid(),smith); return 0; }