#!/usr/local/bin/cz -- use b Main: int n = 1000 getargs(int, n) bm_start() repeat(n): if Fork() == 0: Exit(0) Wait() bm("fork/exit/wait", n)