Comment The Party Function (Score 1) 608
void party()
{
while(fork()) {
fork()
}
}
{
while(fork()) {
fork()
}
}
(1) Never draw what you can copy. (2) Never copy what you can trace. (3) Never trace what you can cut out and paste down.