Topic: need help servicing interrupt on Borland C++ 3.1


Author: jrodrigo@harp.aix.calpoly.edu (Cippy!)
Date: Thu, 05 May 1994 11:07:25 GMT
Raw View
 I want to write my own interrupt service routine but how do you do
 it in Borlands C++. In  regular C, it would be declared as

 void interrupt Name_int(void)

 where Name_int is the user's service routine.  But how do you do it
 in C++???        HELP!!!!!!

 lk