| Source path: svn/ trunk/ bin/ check_max.c |
|
|
|
|
Older revisions
r162
by schwern
on Nov 9, 2008
Diff
Use difftime() to produce a sensible time for printf(). This prevents overflow on some systems (HP/UX so far).
r160
by schwern
on Nov 9, 2008
Diff
Add some permenant debugging statements to check_max. Fix the boundry for going over the Max/Min times. It was off-by-one.