MPLAB® Harmony Graphics Suite
|
LIB_EXPORT int32_t GFX_Maxi( int32_t l, int32_t r );
Parameters |
Description |
l |
the first number to test |
r |
the second number to test |
int32_t - the larger of the two numbers
MPLAB® Harmony Graphics Suite
|