|
Z-Wave Protocol Controller Reference
|
Go to the source code of this file.
Functions | |
| unsigned int | min (unsigned int x, unsigned int y) |
| 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,