Procedure SetCBreak (breakvalue: boolean) ;
SetCBreak sets the status of CTRL-Break checking under DOS. When BreakValue is false, then DOS only checks for the CTRL-Break key-press when I/O is performed. When it is set to True, then a check is done at every system call.
Under Linux, this call exists but is not implemented, i.e. it does nothing.