Changeset a493682 for src/libcfa/fstream
- Timestamp:
 - Jul 17, 2017, 1:55:22 PM (8 years ago)
 - Branches:
 - ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
 - Children:
 - b46e3bd
 - Parents:
 - bf30ab3
 - File:
 - 
      
- 1 edited
 
- 
          
  src/libcfa/fstream (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
src/libcfa/fstream
rbf30ab3 ra493682 56 56 int fmt( ofstream *, const char fmt[], ... ); 57 57 58 void ?{}( ofstream *);58 void ?{}( ofstream & ); 59 59 60 60 extern ofstream * sout, * serr;  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.