Skip to main content
summaryrefslogtreecommitdiffstats
blob: 077b0c546172016f7f4763f0f31fc05174741347 (plain) (blame)
1
2
3
if (too_big)   return max;
if (too_small) return min;
return just_right;

Back to the top