source: git/Singular/locals.h @ 8d1432e

spielwiese
Last change on this file since 8d1432e was 72a01e, checked in by Hans Schoenemann <hannes@…>, 10 years ago
removed unused febase.h, moved parts to ipshell.h/subexpr.h/structs.h
  • Property mode set to 100644
File size: 499 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 <Singular/subexpr.h>
10//#include <utils.h>
11
12#include <kernel/structs.h>
13#include <Singular/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   PrintS(char* s);
23
24  void   Werror(char *fmt, ...);
25  void   WerrorS(const char *s);
26}
27#endif
28
29const char *Tok2Cmdname( int tok);
Note: See TracBrowser for help on using the repository browser.