Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Turbo C - <b>hardretn() hardware error handler function</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
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.

See Also: harderr() hardresume() peek() poke() setjmp()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson