[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
setcbrk()                Set Control-Break Setting

 #include   <dos.h>

 int        setcbrk(value);
 int        value;

    setcbrk() uses the MS-DOS system call 0x33 to set control-break
    checking 'on' or 'off'.  'value' of 0 turns checking off (check only
    during I/O to console, printer, or communications devices). 'value'
    of 1 turns checking on (check at every system call).

    Returns:    'value' is returned.

See Also:
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson