source: git/kernel/p_Procs_Lib.cc @ f115489

fieker-DuValspielwiese
Last change on this file since f115489 was b320a5, checked in by Hans Schoenemann <hannes@…>, 14 years ago
fix path (depend was wrong) git-svn-id: file:///usr/local/Singular/svn/trunk@13052 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 728 bytes
RevLine 
[35aab3]1/****************************************
2*  Computer Algebra System SINGULAR     *
3****************************************/
4/***************************************************************
5 *  File:    p_Procs_Lib.cc
6 *  Purpose: source for shared library of p_Procs
7 *  Author:  obachman (Olaf Bachmann)
8 *  Created: 12/00
[341696]9 *  Version: $Id$
[35aab3]10 *******************************************************************/
[599326]11#include <kernel/mod2.h>
12#include <kernel/structs.h>
13#include <kernel/p_polys.h>
14#include <kernel/ring.h>
15#include <kernel/p_Procs.h>
16#include <kernel/p_Numbers.h>
17#include <kernel/p_MemCmp.h>
18#include <kernel/p_MemAdd.h>
19#include <kernel/p_MemCopy.h>
20#include <kernel/kbuckets.h>
[35aab3]21
[b320a5]22#include "p_Procs_Dynamic.inc"
[35aab3]23
Note: See TracBrowser for help on using the repository browser.