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:



This page last updated on Fri Nov 30 10:48:32 MSK 2001
Copyright © 1992-2001, Vitaly Filatov, Moscow, Russia
Webmaster