source: git/Singular/locals.h @ f5d2647

spielwiese
Last change on this file since f5d2647 was a9c298, checked in by Hans Schoenemann <hannes@…>, 10 years ago
format stuff
  • Property mode set to 100644
File size: 526 bytes
Line 
1/*
2 * part of modgen
3 */
4
5// #include <kernel/mod2.h>
6#include <Singular/tok.h>
7#include <Singular/ipid.h>
8//#include <mmemory.h>
9#include <kernel/febase.h>
10#include <Singular/subexpr.h>
11//#include <utils.h>
12
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   PrintS(char* s);
24
25  void   Werror(char *fmt, ...);
26  void   WerrorS(const char *s);
27}
28#endif
29
30const char *Tok2Cmdname( int tok);
Note: See TracBrowser for help on using the repository browser.