Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/examples/swap.c

    r6ba0659 rbd85400  
    1010// Created On       : Wed May 27 17:56:53 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Wed Feb 17 12:22:12 2016
    13 // Update Count     : 64
     12// Last Modified On : Wed Feb  3 11:14:04 2016
     13// Update Count     : 63
    1414//
    1515
     
    1818
    1919int main( void ) {
     20        ofstream *sout = ofstream_stdout();
     21
    2022        char c1 = 'a', c2 = 'b';
    2123        sout | "char\t\t\t" | c1 | ' ' | c2 | "\t\t\tswap ";
Note: See TracChangeset for help on using the changeset viewer.