C Functions
_CP_break
.md_CP_break is equivalent to the break expression BASIC statement.
Syntax
int _CP_break(int expression)
Description
This function returns -1 if an error occurs. The error code is contained in _CP_errno.
Example(s)
/* turn the break off */ _CP_break(0);
See also
Referenced by
1 topic mentions _CP_break in its description.