Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/fstream.hfa

    ra87d40b r5cb2b8c  
    1010// Created On       : Wed May 27 17:56:53 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Mon Jul 15 18:10:23 2019
    13 // Update Count     : 167
     12// Last Modified On : Thu May 16 08:34:10 2019
     13// Update Count     : 157
    1414//
    1515
     
    1717
    1818#include "iostream.hfa"
    19 
    20 
    21 //*********************************** ofstream ***********************************
    22 
    2319
    2420enum { sepSize = 16 };
     
    6056void sepSetTuple( ofstream &, const char * );
    6157
    62 void ends( ofstream & os );
    6358int fail( ofstream & );
    6459int flush( ofstream & );
     
    7368void ?{}( ofstream & os, const char * name );
    7469
    75 extern ofstream & sout, & stdout, & serr, & stderr;             // aliases
    76 extern ofstream & exit, & abort;
     70extern ofstream & sout, & serr;
    7771
    78 
    79 //*********************************** ifstream ***********************************
     72// extern ofstream & sout, & serr, & sexit, & sabort;
     73// void nl( ofstream & os );
    8074
    8175
     
    10296void ?{}( ifstream & is, const char * name );
    10397
    104 extern ifstream & sin, & stdin;                                                 // aliases
     98extern ifstream & sin;
    10599
    106100// Local Variables: //
Note: See TracChangeset for help on using the changeset viewer.