/[lwip]/lwip/src/include/lwip/def.h
ViewVC logotype

Diff of /lwip/src/include/lwip/def.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by likewise, Mon Feb 10 13:20:33 2003 UTC revision 1.4.2.1 by likewise, Wed Jun 4 10:30:00 2003 UTC
# Line 35  Line 35 
35  /* this might define NULL already */  /* this might define NULL already */
36  #include "arch/cc.h"  #include "arch/cc.h"
37    
38  #define UMAX(a, b)      ((a) > (b) ? (a) : (b))  #define LWIP_MAX(x , y)  (x) > (y) ? (x) : (y)
39    #define LWIP_MIN(x , y)  (x) < (y) ? (x) : (y)
40    
41  #ifndef NULL  #ifndef NULL
42  #define NULL ((void *)0)  #define NULL ((void *)0)

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.4.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26