source: git/Singular/cntrlc.h @ 38e02cf

fieker-DuValspielwiese
Last change on this file since 38e02cf was e8a30d, checked in by Hans Schönemann <hannes@…>, 27 years ago
* hannes: removed test_int, changed "abort" in ^c handling (cntrlc.*) git-svn-id: file:///usr/local/Singular/svn/trunk@373 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 371 bytes
Line 
1#ifndef CNTRLC_H
2#define CNTRLC_H
3/****************************************
4*  Computer Algebra System SINGULAR     *
5****************************************/
6/* $Id: cntrlc.h,v 1.5 1997-06-09 12:17:49 Singular Exp $ */
7/*
8* ABSTRACT - interupt and signal handling
9*/
10#include "structs.h"
11
12extern int siRandomStart;
13extern BOOLEAN siCntrlc;
14void init_signals();
15
16#endif
Note: See TracBrowser for help on using the repository browser.