RetroArch
Macros
def.h File Reference
#include "arch/cc.h"
Include dependency graph for def.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define LWIP_MAX(x, y)   (x) > (y) ? (x) : (y)
 
#define LWIP_MIN(x, y)   (x) < (y) ? (x) : (y)
 
#define NULL   ((void *)0)
 

Macro Definition Documentation

◆ LWIP_MAX

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

◆ LWIP_MIN

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

◆ NULL

#define NULL   ((void *)0)