Changes in src/examples/minmax.c [bd85400:6ba0659]
- File:
-
- 1 edited
-
src/examples/minmax.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/examples/minmax.c
rbd85400 r6ba0659 10 10 // Created On : Wed May 27 17:56:53 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Wed Feb 3 11:14:49201613 // Update Count : 4 612 // Last Modified On : Wed Feb 17 12:17:53 2016 13 // Update Count : 47 14 14 // 15 15 … … 18 18 19 19 int main( void ) { 20 ofstream *sout = ofstream_stdout();21 20 // char does not have less or greater than. 22 21 int ?<?( char op1, char op2 ) { return (int)op1 < (int)op2; }
Note:
See TracChangeset
for help on using the changeset viewer.