source: git/Singular/libparse.h @ d636ad

spielwiese
Last change on this file since d636ad was d636ad, checked in by Hans Schönemann <hannes@…>, 26 years ago
* hannes: introduce libparse.h for iiInitSingularProcinfo => changes in libparse.l, grammar.y git-svn-id: file:///usr/local/Singular/svn/trunk@1208 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 445 bytes
Line 
1#ifndef LIBPARSE_H
2#define LIBPARSE_H
3/****************************************
4*  Computer Algebra System SINGULAR     *
5****************************************/
6/* $Id: libparse.h,v 1.1 1998-03-11 12:03:47 Singular Exp $ */
7/*
8* ABSTRACT: lib parsing
9*/
10#include "subexpr.h"
11procinfo *iiInitSingularProcinfo(procinfov pi, char *libname,
12                                 char *procname, int line, long pos,
13                                 BOOLEAN pstatic = 0);
14#endif
15
16
Note: See TracBrowser for help on using the repository browser.