Mail Archives: djgpp/1997/03/13/10:56:12
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.
- Raw text -