Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Borland C++ 2.x ( with Turbo C ) - <b>setcbrk() set control-break setting</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 setcbrk()               Set Control-Break Setting

 #include   <dos.h>

 int        setcbrk(value);
 int        value;

    setcbrk() turns control-break checking on ('value' = 1) or off
    ('value' = 0) with DOS system call 0x33.  If checking is turned off
    control-break checking occurs only during I/O to the console, a
    printer, or communications devices.  If checking is on, control-break
    checking occurs with every system call.

       Returns:     'value' (1 or 0)

     Portability:   MS-DOS only.


See Also: getcbrk()

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