Z-Wave Protocol Controller Reference
ext_util.c File Reference

Functions

unsigned int min (unsigned int x, unsigned int y)
 

Function Documentation

◆ min()

unsigned int min ( unsigned int  x,
unsigned int  y 
)

Return the minimum of two unsigned numbers. Preferring function to macro to avoid double evaluation. No need to performance optimize to preprocessor macro.

Cannot find this in standard library,