Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/fstream.hfa

    r5cb2b8c r9d362a0  
    1010// Created On       : Wed May 27 17:56:53 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Thu May 16 08:34:10 2019
    13 // Update Count     : 157
     12// Last Modified On : Mon Dec 24 18:33:41 2018
     13// Update Count     : 149
    1414//
    1515
     
    7070extern ofstream & sout, & serr;
    7171
    72 // extern ofstream & sout, & serr, & sexit, & sabort;
    73 // void nl( ofstream & os );
    74 
    7572
    7673struct ifstream {
    7774        void * file;
    78         bool nlOnOff;
    7975}; // ifstream
    8076
    8177// public
    82 void nlOn( ifstream & );
    83 void nlOff( ifstream & );
    84 bool getANL( ifstream & );
    8578int fail( ifstream & is );
    8679int eof( ifstream & is );
Note: See TracChangeset for help on using the changeset viewer.