Cameron, Steve writes:
> 
> I thought I'd blast off a rough version and see if it was
> greeted with the usual silence before I spent too much
> time polishing.  Your suggestions sound reasonable,
> thanks.

You're welcome.  I should probably also mention that gmtime_r,
localtime_r, and bcopy aren't ANSI/ISO C and shouldn't be used (and I
note that the bcopy is singularly unneeded since C has had structure
assignment for over 20 years now).  Also, ANSI/ISO C doesn't define the
encoding of time_t, so doing arithmetic on it is officially a no-no,
although I suspect there's a lot of code in CVS already that does it, so
I won't object too strenuously.

-Larry Jones

All this was funny until she did the same thing to me. -- Calvin

Reply via email to