source: git/kernel/F4.h @ e7c6b22

spielwiese
Last change on this file since e7c6b22 was ef0269, checked in by Hans Schönemann <hannes@…>, 18 years ago
*hannes: code standards git-svn-id: file:///usr/local/Singular/svn/trunk@8738 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 519 bytes
Line 
1//
2// C++ Interface: F4
3//
4// Description:
5//
6//
7// Author: Michael Brickenstein <bricken@mathematik.uni-kl.de>, (C) 2005
8//
9// Copyright: See COPYING file that comes with this distribution
10//
11//
12#ifndef F4_H
13#define F4_H
14/****************************************
15*  Computer Algebra System SINGULAR     *
16****************************************/
17/* $Id: F4.h,v 1.4 2005-10-19 16:11:17 Singular Exp $ */
18/*
19* ABSTRACT: interface for F4 only routines
20*/
21#include "tgb_internal.h"
22void go_on_F4 (slimgb_alg* c);
23#endif
Note: See TracBrowser for help on using the repository browser.