getcbrk()                Get Control-Break Setting
 
 #include   <dos.h>
 
 int        getcbrk(void);
 
    getcbrk() returns the current setting of control-break checking by
    using the MS-DOS system call 0x33.
 
    Returns:    Zero is returned if control-break checking is 'off'; 1 is
                returned if checking is on.

Seealso:



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