hardretn() Hardware Error Handler Function
#include <dos.h>
void hardretn(errcode);
int errcode; Error code
hardretn() causes the error handler to return to the application
program after an interrupt 0x24 has occurred. 'errcode' should be set
to -1.
Returns: There is no return value.
Seealso: