Microchip® Advanced Software Framework

lwip-1.3.2/src/include/lwip/def.h File Reference
#include "lwip/arch.h"

Macros

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

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