Date: Thu, 8 Apr 1999 12:15:24 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Luiz Fernando cc: djgpp AT delorie DOT com Subject: Re: timer functions In-Reply-To: <01be8146$64145320$LocalHost@aguia> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 7 Apr 1999, Luiz Fernando wrote: > i need some timer functions that works (i dont want allegro ones... i'd > like some simple functions...) for djgpp Did you try the library functions `setitimer' and `getitimer'? If these are not appropriate for your task, could you please tell more about what are you trying to do with timers?