• Main Page
  • Related Pages
  • Modules
  • Data Structures
  • Files
  • File List
  • Globals

utility.h

Go to the documentation of this file.
00001 
00005 #ifndef __ENET_UTILITY_H__
00006 #define __ENET_UTILITY_H__
00007 
00008 #define ENET_MAX(x, y) ((x) > (y) ? (x) : (y))
00009 #define ENET_MIN(x, y) ((x) < (y) ? (x) : (y))
00010 
00011 #endif /* __ENET_UTILITY_H__ */
00012 

Generated on Tue May 29 2012 10:40:44 for enet by  doxygen 1.7.1