chiark / gitweb /
addrcheck: Add commentary for the functions, because I'm confused.
[qmail] / tryvfork.c
1 void main()
2 {
3   vfork();
4 }