source: git/Singular/locals.h @ 6004f4

fieker-DuValspielwiese
Last change on this file since 6004f4 was 85e68dd, checked in by Hans Schönemann <hannes@…>, 16 years ago
*hannes: gcc 4.2 git-svn-id: file:///usr/local/Singular/svn/trunk@10634 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 602 bytes
Line 
1/*
2 * $Id: locals.h,v 1.2 2008-03-19 17:44:36 Singular Exp $
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.