source: git/Singular/dbm_sl.h @ 6ce030f

spielwiese
Last change on this file since 6ce030f was 6ce030f, checked in by Oleksandr Motsak <motsak@…>, 12 years ago
removal of the $Id$ svn tag from everywhere NOTE: the git SHA1 may be used instead (only on special places) NOTE: the libraries Singular/LIB/*.lib still contain the marker due to our current use of svn
  • Property mode set to 100644
File size: 610 bytes
Line 
1/****************************************
2*  Computer Algebra System SINGULAR     *
3****************************************/
4/***************************************************************
5 *  File:    dbm_sl.h
6 *  Purpose: declaration of sl_link routines for dbm
7 *  Author:  obachman (Olaf Bachmann)
8 *  Created: 12/00
9 *******************************************************************/
10LINKAGE BOOLEAN dbOpen(si_link l, short flag, leftv u);
11LINKAGE BOOLEAN dbWrite(si_link l, leftv v);
12LINKAGE leftv dbRead1(si_link l);
13LINKAGE leftv dbRead2(si_link l, leftv key);
14LINKAGE BOOLEAN dbClose(si_link l);
15
Note: See TracBrowser for help on using the repository browser.