From: Damian Yerrick Newsgroups: comp.os.msdos.djgpp Subject: Re: It's about time() Organization: Pin Eight Software http://pineight.8m.com/ Message-ID: References: <3A5D0A33 DOT 1182 AT earthlink DOT net> X-Newsreader: Forte Agent 1.7/32.534 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 22 X-Trace: /KtlGU5o4UJXJZH4U1G2IaHE4e1r9ObST0htISuaMIn0T6qEJDoRseLMrkGmM53jf2WfsABzHuPy!FWzbuKeoqyelZDTE/dTM2hVcCP/iW4DePnkG3y8iiAoK3m1k065Vr0fwN6Bjcnj6j/qSA+Nq2ugq!ozfF5Q== X-Complaints-To: abuse AT gte DOT net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly NNTP-Posting-Date: Thu, 11 Jan 2001 03:14:34 GMT Distribution: world Date: Thu, 11 Jan 2001 03:14:35 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Thu, 11 Jan 2001 01:47:54 GMT, Joe Wright wrote: >I installed djgpp v2.0 'out of the box' several years ago Upgrade to 2.03. Tons of bugs have been fixed. http://www.delorie.com/djgpp/zip-picker.html >Do you know why... >- all the time functions take pointers to time_t vars rather than >values. The C standard is allowing for C implementations where time_t may be larger than the largest integer type. --