Go to the first, previous, next, last section, table of contents.


setcbrk

Syntax

#include <dos.h>

void setcbrk(int check);

Description

Set the setting of the Ctrl-Break checking flag in MS-DOS. If check is zero, checking is not done. If nonzero, checking is done.

Return Value

None.

Portability

not ANSI, not POSIX


Go to the first, previous, next, last section, table of contents.