chiark / gitweb /
Import fastforward 0.51
[fastforward] / tryvfork.c
1 void main()
2 {
3   vfork();
4 }