Home | Info | Community | Development | myReactOS | Contact Us
[protected]
Definition at line 36 of file min_test.cpp.
{ int r = min(42, 100); CPPUNIT_ASSERT( r == 42 ); r = min(--r, r); CPPUNIT_ASSERT( r == 41 ); }