source: git/Singular/locals.h @ 0c0e4f

spielwiese
Last change on this file since 0c0e4f was 0c0e4f, checked in by Hans Schoenemann <hannes@…>, 14 years ago
fix includes git-svn-id: file:///usr/local/Singular/svn/trunk@13038 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 629 bytes
Line 
1/*
2 * $Id$
3 * part of modgen
4 */
5
6#include <Singular/mod2.h>
7#include <Singular/tok.h>
8#include <Singular/ipid.h>
9//#include <mmemory.h>
10#include <kernel/febase.h>
11#include <Singular/subexpr.h>
12//#include <utils.h>
13#include <kernel/structs.h>
14#include <Singular/ipconv.h>
15
16BOOLEAN jjANY2LIST(leftv res, leftv v, int cnt);
17
18#if 0
19extern "C"
20{
21  void   Print(char* fmt, ...);
22  void   PrintLn();
23  void   PrintTCLS(const char c, const char * s);
24#define PrintTCLS(A,B) Print("TCL-ErrS:%s",B)
25  void   PrintS(char* s);
26
27  void   Werror(char *fmt, ...);
28  void   WerrorS(const char *s);
29}
30#endif
31
32const char *Tok2Cmdname( int tok);
Note: See TracBrowser for help on using the repository browser.