Changes in src/examples/minmax.c [6ba0659:bd85400]
- File:
-
- 1 edited
-
src/examples/minmax.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/examples/minmax.c
r6ba0659 rbd85400 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 17 12:17:53201613 // Update Count : 4 712 // Last Modified On : Wed Feb 3 11:14:49 2016 13 // Update Count : 46 14 14 // 15 15 … … 18 18 19 19 int main( void ) { 20 ofstream *sout = ofstream_stdout(); 20 21 // char does not have less or greater than. 21 22 int ?<?( char op1, char op2 ) { return (int)op1 < (int)op2; }
Note:
See TracChangeset
for help on using the changeset viewer.