enable() Enable Interrupts #include <dos.h> void enable(void); enable() is designed to provide flexible hardware interrupt control. enable() enables interrupts. This allows any device interrupts to occur. Returns: There is no return value. Notes: enable() is a macro. Seealso: