File: t.c

package info (click to toggle)
minit 0.10-5
  • links: PTS
  • area: main
  • in suites: jessie-kfreebsd, lenny, squeeze, wheezy
  • size: 224 kB
  • ctags: 139
  • sloc: ansic: 1,655; makefile: 129; sh: 49; python: 33
file content (7 lines) | stat: -rw-r--r-- 103 bytes parent folder | download
1
2
3
4
5
6
7
#include <sys/types.h>
#include <stdio.h>

main() {
  pid_t p=30056;
  printf("spawned pid %d\n",p);
}