source: git/libfac/charset/charset.h @ 456842

spielwiese
Last change on this file since 456842 was 4a81ec, checked in by Hans Schönemann <hannes@…>, 27 years ago
* hannes/michael: libfac-0.3.0 git-svn-id: file:///usr/local/Singular/svn/trunk@708 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 949 bytes
Line 
1/* Copyright 1996 Michael Messollen. All rights reserved. */
2////////////////////////////////////////////////////////////
3// emacs edit mode for this file is -*- C++ -*-
4// $Id: charset.h,v 1.3 1997-09-12 07:19:41 Singular Exp $
5////////////////////////////////////////////////////////////
6
7#ifndef INCL_CHARSET_H
8#define INCL_CHARSET_H
9
10#include <factory.h>
11#include <tmpl_inst.h>  // for typedef's
12
13CFList     BasicSet( const CFList &PS );
14CFList     CharSet( const CFList &PS );
15CFList     mcharset( const CFList &PS, PremForm & Remembern );
16int        checkok( const CFList & PS, CFList & FS2);
17/*BEGINPUBLIC*/
18CFList     MCharSetN( const CFList &PS, PremForm & Remembern );
19ListCFList IrrCharSeries( const CFList &PS, int opt=0 );
20/*ENDPUBLIC*/
21
22#endif /* INCL_CHARSET_H */
23
24////////////////////////////////////////////////////////////
25/*
26$Log: not supported by cvs2svn $
27Revision 1.2  1997/04/25 22:42:10  michael
28Version for libfac-0.2.1
29
30*/
Note: See TracBrowser for help on using the repository browser.