From: Jason Green Newsgroups: comp.os.msdos.djgpp Subject: Re: trouble with pointers Date: Fri, 20 Apr 2001 00:13:30 +0100 Lines: 13 Message-ID: References: <9bn9ja$f53$1 AT plutonium DOT btinternet DOT com> <9bnak4$orn$1 AT uranium DOT btinternet DOT com> NNTP-Posting-Host: modem-53.einsteinium.dialup.pol.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news7.svr.pol.co.uk 987721981 12032 62.136.69.53 (19 Apr 2001 23:13:01 GMT) NNTP-Posting-Date: 19 Apr 2001 23:13:01 GMT X-Complaints-To: abuse AT theplanet DOT net X-Newsreader: Forte Agent 1.7/32.534 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Tim Nicholson" wrote: > It's Ok - I have found the problem. I had another time.h in the include path > which was being found prior to the DJGPP one. The reason that example three > did not cause a problem was because I had already solved the problem without > knowing it by the time I tried that! At least I know what is going on now, > pity I did not work it out 5 mins earlier! > > #include "time.h" #include will solve the problem permanently.