Changes in libcfa/src/fstream.hfa [5cb2b8c:9d362a0]
- File:
-
- 1 edited
-
libcfa/src/fstream.hfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/fstream.hfa
r5cb2b8c r9d362a0 10 10 // Created On : Wed May 27 17:56:53 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Thu May 16 08:34:10 201913 // Update Count : 1 5712 // Last Modified On : Mon Dec 24 18:33:41 2018 13 // Update Count : 149 14 14 // 15 15 … … 70 70 extern ofstream & sout, & serr; 71 71 72 // extern ofstream & sout, & serr, & sexit, & sabort;73 // void nl( ofstream & os );74 75 72 76 73 struct ifstream { 77 74 void * file; 78 bool nlOnOff;79 75 }; // ifstream 80 76 81 77 // public 82 void nlOn( ifstream & );83 void nlOff( ifstream & );84 bool getANL( ifstream & );85 78 int fail( ifstream & is ); 86 79 int eof( ifstream & is );
Note:
See TracChangeset
for help on using the changeset viewer.