Changeset b72bad4f for src/examples/io.c


Ignore:
Timestamp:
Apr 27, 2016, 10:52:23 PM (8 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
8bc4ef8
Parents:
dc5376a
Message:

add math library to user manual, fix sepDisable bug in iostream

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/examples/io.c

    rdc5376a rb72bad4f  
    1111// Created On       : Wed Mar  2 16:56:02 2016
    1212// Last Modified By : Peter A. Buhr
    13 // Last Modified On : Wed Apr 13 23:03:14 2016
    14 // Update Count     : 22
     13// Last Modified On : Wed Apr 27 22:45:31 2016
     14// Update Count     : 26
    1515//
    1616
     
    5252                 | sepDisable | fc | dc | ldc | sepEnable | endl                // complex without separator
    5353                 | sepOn | s1 | sepOff | s2 | endl                                              // local separator removal
    54                  | s1 | "" | s2 | endl;                                                                 // C string withou separator
     54                 | s1 | "" | s2 | endl;                                                                 // C string without separator
    5555        sout | endl;
    5656
Note: See TracChangeset for help on using the changeset viewer.