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

Macro Definition Documentation

◆ __MINMAX_H__

#define __MINMAX_H__

◆ MAX

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

◆ MIN

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