source: git/Singular/locals.h @ f17318

spielwiese
Last change on this file since f17318 was 6ce030f, checked in by Oleksandr Motsak <motsak@…>, 12 years ago
removal of the $Id$ svn tag from everywhere NOTE: the git SHA1 may be used instead (only on special places) NOTE: the libraries Singular/LIB/*.lib still contain the marker due to our current use of svn
  • Property mode set to 100644
File size: 527 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.