chiark / gitweb /
Import ezmlm-idx 0.40
[ezmlm] / tryvfork.c
1 void main()
2 {
3   vfork();
4 }