Date: Thu, 13 Mar 1997 17:24:12 +0200 (IST) From: Eli Zaretskii To: "Mr P. Steele" cc: djgpp AT delorie DOT com Subject: Re: Interuppt functions In-Reply-To: <5g8qst$me8@oban.cc.ic.ac.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 13 Mar 1997, Mr P. Steele wrote: > I am writing an interuppt haddler and when using the following function > definition > > void ( _interupt * Keyboard_handler)() > > I get declaration error. > > Does djgpp support function declaration like this? No, it doesn't, and you have a lot of reading to do in order to know how to write interrupt handler in DJGPP. The best place to begin is by downloading the DJGPP FAQ list (v2/faq210b.zip from the same place you get DJGPP) and reading chapter 18 there, in particular sections 18.9 to 18.11.