source: git/Singular/locals.h @ 6cf5e6

spielwiese
Last change on this file since 6cf5e6 was 48c1b64, checked in by Anne Frühbis-Krüger <anne@…>, 22 years ago
*anne: moved locals.h from ${topsrcdir}/modules/include to ${topsrcdir}/Singular as all includes should now reside in one place git-svn-id: file:///usr/local/Singular/svn/trunk@6164 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 592 bytes
Line 
1/*
2 * $Id: locals.h,v 1.1 2002-06-25 08:50:49 anne Exp $
3 */
4
5#include <mod2.h>
6#include <tok.h>
7#include <ipid.h>
8//#include <mmemory.h>
9#include <febase.h>
10#include <subexpr.h>
11//#include <utils.h>
12#include <structs.h>
13#include <ipconv.h>
14
15BOOLEAN jjANY2LIST(leftv res, leftv v, int cnt);
16
17#if 0
18extern "C"
19{
20  void   Print(char* fmt, ...);
21  void   PrintLn();
22  void   PrintTCLS(const char c, const char * s);
23#define PrintTCLS(A,B) Print("TCL-ErrS:%s",B)
24  void   PrintS(char* s);
25
26  void   Werror(char *fmt, ...);
27  void   WerrorS(const char *s);
28}
29#endif
30
31char *Tok2Cmdname( int tok);
Note: See TracBrowser for help on using the repository browser.