Changeset d395012 for src/libcfa/iostream
- Timestamp:
- Jul 1, 2017, 5:24:03 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:
- 86f384b
- Parents:
- b0f7a43
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/iostream
rb0f7a43 rd395012 10 10 // Created On : Wed May 27 17:56:53 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Mon May 15 18:08:44201713 // Update Count : 10 512 // Last Modified On : Sat Jul 1 16:37:52 2017 13 // Update Count : 108 14 14 // 15 15 … … 31 31 _Bool sepDisable( ostype * ); // set default state to off, and return previous state 32 32 _Bool sepEnable( ostype * ); // set default state to on, and return previous state 33 _Bool lastSepOn( ostype * ); // last manipulator is setOn (context sensitive) 33 34 34 35 const char * sepGet( ostype * ); // get separator string
Note: See TracChangeset
for help on using the changeset viewer.