Ignore:
Timestamp:
Jul 1, 2017, 5:24:03 PM (8 years ago)
Author:
Peter A. Buhr <pabuhr@…>
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
Message:

support separator at end of line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/iostream

    rb0f7a43 rd395012  
    1010// Created On       : Wed May 27 17:56:53 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Mon May 15 18:08:44 2017
    13 // Update Count     : 105
     12// Last Modified On : Sat Jul  1 16:37:52 2017
     13// Update Count     : 108
    1414//
    1515
     
    3131        _Bool sepDisable( ostype * );                                           // set default state to off, and return previous state
    3232        _Bool sepEnable( ostype * );                                            // set default state to on, and return previous state
     33        _Bool lastSepOn( ostype * );                                            // last manipulator is setOn (context sensitive)
    3334
    3435        const char * sepGet( ostype * );                                        // get separator string
Note: See TracChangeset for help on using the changeset viewer.