Help for this page

Select Code to Download


  1. or download this
    #include <stdio.h>
    
    ...
        }
        return 0;
    }
    
  2. or download this
    % time ./foo 0
    Using the & method
    ...
    % time ./foo 1
    Using the % method
    4.29user 0.00system 0:04.43elapsed 96%CPU (blah blah)