source: git/Singular/locals.h @ d74b89

spielwiese
Last change on this file since d74b89 was 341696, checked in by Hans Schönemann <hannes@…>, 14 years ago
Adding Id property to all files git-svn-id: file:///usr/local/Singular/svn/trunk@12231 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 552 bytes
Line 
1/*
2 * $Id$
3 */
4
5#include <mod2.h>
6#include <tok.h>
7#include <ipid.h>
8//#include <mmemory.h>
9#include <febase.h>
10#include <subexpr.h>
11//#include <utils.h>
12#include <structs.h>
13#include <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   PrintTCLS(const char c, const char * s);
23#define PrintTCLS(A,B) Print("TCL-ErrS:%s",B)
24  void   PrintS(char* s);
25
26  void   Werror(char *fmt, ...);
27  void   WerrorS(const char *s);
28}
29#endif
30
31const char *Tok2Cmdname( int tok);
Note: See TracBrowser for help on using the repository browser.