source: git/Singular/locals.h @ 4676d5

spielwiese
Last change on this file since 4676d5 was 4676d5, checked in by Oleksandr Motsak <motsak@…>, 10 years ago
Moved timer.*, feread.cc and febase.* from /kernel/ to /Singular/ (also corrected the option(prot); handling) NOTE: also removes line breakes and timings in the output due to option (prot), which were unaccounted and undocumented
  • Property mode set to 100644
File size: 528 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/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.