source: git/Singular/locals.h @ f0f2fea

fieker-DuValspielwiese
Last change on this file since f0f2fea was 562b0c9, checked in by Hans Schoenemann <hannes@…>, 14 years ago
fix path git-svn-id: file:///usr/local/Singular/svn/trunk@13059 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 630 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
14#include <kernel/structs.h>
15#include <Singular/ipconv.h>
16
17BOOLEAN jjANY2LIST(leftv res, leftv v, int cnt);
18
19#if 0
20extern "C"
21{
22  void   Print(char* fmt, ...);
23  void   PrintLn();
24  void   PrintTCLS(const char c, const char * s);
25#define PrintTCLS(A,B) Print("TCL-ErrS:%s",B)
26  void   PrintS(char* s);
27
28  void   Werror(char *fmt, ...);
29  void   WerrorS(const char *s);
30}
31#endif
32
33const char *Tok2Cmdname( int tok);
Note: See TracBrowser for help on using the repository browser.