/* * CHECKBREAK() * * Return 1 = break pressed, * 0 = break not pressed */ checkbreak() { return ((SetSignal(0,0)&SIGBREAKF_CTRL_C) != 0); }