Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/examples/minmax.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:17:53 2016
    13 // Update Count     : 47
     12// Last Modified On : Wed Feb  3 11:14:49 2016
     13// Update Count     : 46
    1414//
    1515
     
    1818
    1919int main( void ) {
     20        ofstream *sout = ofstream_stdout();
    2021        // char does not have less or greater than.
    2122        int ?<?( char op1, char op2 ) { return (int)op1 < (int)op2; }
Note: See TracChangeset for help on using the changeset viewer.