source: git/Singular/cntrlc.h @ 6f2edc

spielwiese
Last change on this file since 6f2edc was 40edb03, checked in by Olaf Bachmann <obachman@…>, 27 years ago
Fri Apr 25 16:59:31 1997 Olaf Bachmann <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)> * Various changes to reflect new configure (versions defined in configure.in, changed HAVE_LIBFACTORY into HAVE_FACTORY, data dir is pasted from configure into mod2.h and used from therein feFopen. * Added configure facility, repalced mod2.h by mod2.h.in Makefile by Makefile.in git-svn-id: file:///usr/local/Singular/svn/trunk@189 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 468 bytes
Line 
1#ifndef CNTRLC_H
2#define CNTRLC_H
3/****************************************
4*  Computer Algebra System SINGULAR     *
5****************************************/
6/* $Id: cntrlc.h,v 1.4 1997-04-25 15:03:55 obachman Exp $ */
7/*
8* ABSTRACT - interupt and signal handling
9*/
10#include "structs.h"
11
12extern int siRandomStart;
13void init_signals();
14#ifndef MSDOS
15#define test_int_std(A) test_int()
16void test_int();
17#else
18#define test_int()
19#define test_int_std(A)
20#endif
21
22#endif
Note: See TracBrowser for help on using the repository browser.