Procedure GetCBreak (var breakvalue: boolean) ;
GetCBreak gets 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 exists but is not implemented, i.e. the call does nothing.