t.c (103B)
1 #include <sys/types.h> 2 #include <stdio.h> 3 4 main() { 5 pid_t p=30056; 6 printf("spawned pid %d\n",p); 7 }