Changeset 5892d27 in git for Singular/febase.h


Ignore:
Timestamp:
May 4, 1998, 3:44:47 PM (25 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
8d12f54d84624ef699ffc0096bec5d305694e9de
Parents:
1242cf18a1f42937efde93c38b8bd94537726bc4
Message:
* hannes: change comment from // to /* ..*/ (it is a C-file)


git-svn-id: file:///usr/local/Singular/svn/trunk@1591 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/febase.h

    r1242cf r5892d27  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: febase.h,v 1.15 1998-04-27 12:34:13 obachman Exp $ */
     6/* $Id: febase.h,v 1.16 1998-05-04 13:44:47 Singular Exp $ */
    77/*
    88* ABSTRACT
     
    1313
    1414
     15/*
    1516// These are our versions of fopen and fread They are very similar to
    1617// the usual fopen and fread, except that on reading, they always
     
    1920// IMPORTANT: do only use myfopen and myfread when reading text,
    2021// do never use fopen and fread
     22*/
    2123#ifndef unix
    2224extern FILE *myfopen(char *path, char *mode);
Note: See TracChangeset for help on using the changeset viewer.