921e5a0eb4
From-SVN: r14840
8 lines
61 B
C
8 lines
61 B
C
r (a, b)
|
|
{
|
|
if (a < b)
|
|
return 1;
|
|
else
|
|
return 2;
|
|
}
|