source: git/Singular/locals.h @ e3c628

spielwiese
Last change on this file since e3c628 was a4b31c, checked in by Hans Schoenemann <hannes@…>, 7 years ago
use include ".." for singular related .h, p4
  • 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.