----- Original Message -----
From: "Rhoda BEROL" <[EMAIL PROTECTED]>
> What is the name of the fonction which return the minimum between 2
numbers
> (version SDK 4.0)?

It's called:

#define MIN(x,y) ((x)<(y)?(x):(y))

On the other side of that coin is:

#define MAX(x,y) ((x)>(y)?(x):(y))

----------
Bradly J. Barton - [EMAIL PROTECTED]
Jenies Technologies Incorporated
(972) 602-1835
http://www.JTI.net
http://HandAble.com



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to