Changes in libcfa/src/fstream.hfa [a87d40b:5cb2b8c]
- File:
-
- 1 edited
-
libcfa/src/fstream.hfa (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/fstream.hfa
ra87d40b r5cb2b8c 10 10 // Created On : Wed May 27 17:56:53 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Mon Jul 15 18:10:23201913 // Update Count : 1 6712 // Last Modified On : Thu May 16 08:34:10 2019 13 // Update Count : 157 14 14 // 15 15 … … 17 17 18 18 #include "iostream.hfa" 19 20 21 //*********************************** ofstream ***********************************22 23 19 24 20 enum { sepSize = 16 }; … … 60 56 void sepSetTuple( ofstream &, const char * ); 61 57 62 void ends( ofstream & os );63 58 int fail( ofstream & ); 64 59 int flush( ofstream & ); … … 73 68 void ?{}( ofstream & os, const char * name ); 74 69 75 extern ofstream & sout, & stdout, & serr, & stderr; // aliases 76 extern ofstream & exit, & abort; 70 extern ofstream & sout, & serr; 77 71 78 79 // *********************************** ifstream ***********************************72 // extern ofstream & sout, & serr, & sexit, & sabort; 73 // void nl( ofstream & os ); 80 74 81 75 … … 102 96 void ?{}( ifstream & is, const char * name ); 103 97 104 extern ifstream & sin , & stdin; // aliases98 extern ifstream & sin; 105 99 106 100 // Local Variables: //
Note:
See TracChangeset
for help on using the changeset viewer.