ocssw
V2022
|
minmax.h File Reference
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Macros | |
#define | min(A, B) ((A) < (B) ? (A) : (B)) |
#define | max(A, B) ((A) > (B) ? (A) : (B)) |