File: tryvfork.c

package info (click to toggle)
twoftpd 1.14-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,556 kB
  • ctags: 901
  • sloc: ansic: 6,685; makefile: 321; sh: 175
file content (4 lines) | stat: -rw-r--r-- 27 bytes parent folder | download | duplicates (44)
1
2
3
4
void main()
{
  vfork();
}