loop_o.c 81 B

12345678
  1. #include "bench.h"
  2. int
  3. main()
  4. {
  5. printf("%.8f\n", l_overhead());
  6. return (0);
  7. }