#ifndef CNTRLC_H #define CNTRLC_H /**************************************** * Computer Algebra System SINGULAR * ****************************************/ /* $Id: cntrlc.h,v 1.7 1999-11-15 17:19:52 obachman Exp $ */ /* * ABSTRACT - interupt and signal handling */ #include #include "structs.h" extern jmp_buf si_start_jmpbuf; extern short si_restart; extern int siRandomStart; extern BOOLEAN siCntrlc; void init_signals(); #endif