RetroArch
Macros
macros.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(x, y)   ((x) <= (y) ? (x) : (y))
 
#define MAX(x, y)   ((x) >= (y) ? (x) : (y))
 

Macro Definition Documentation

◆ MAX

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

◆ MIN

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