_CP_break is equivalent to the break expression BASIC statement.
int _CP_break(int expression)
This function returns -1 if an error occurs. The error code is contained in _CP_errno.
/* turn the break off */ _CP_break(0);
C functions overview, _CP_unix_break