source: git/kernel/ringgb.h @ 5fdd0f

spielwiese
Last change on this file since 5fdd0f was f3a8c2e, checked in by Michael Brickenstein <bricken@…>, 19 years ago
*bricken: initial version git-svn-id: file:///usr/local/Singular/svn/trunk@8427 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 365 bytes
Line 
1/****************************************
2*  Computer Algebra System SINGULAR     *
3****************************************/
4/* $Id: ringgb.h,v 1.1 2005-07-08 12:21:53 bricken Exp $ */
5/*
6* ABSTRACT: trepgb interface
7*/
8#ifndef RINGGB_HEADER
9#define RINGGB_HEADER
10#include "mod2.h"
11#include "polys.h"
12
13
14int foo(int bar);
15poly myadd(poly p, poly q, ring r);
16#endif
Note: See TracBrowser for help on using the repository browser.