t.c (103B) download
1#include <sys/types.h>
2#include <stdio.h>
3
4main() {
5 pid_t p=30056;
6 printf("spawned pid %d\n",p);
7}
unix/minitt.c in master | |
Repositories | Summary | Log | Files | README | COPYING |
t.c (103B) download
1#include <sys/types.h>
2#include <stdio.h>
3
4main() {
5 pid_t p=30056;
6 printf("spawned pid %d\n",p);
7}