enet
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
include
enet
utility.h
Go to the documentation of this file.
1
5
#ifndef __ENET_UTILITY_H__
6
#define __ENET_UTILITY_H__
7
8
#define ENET_MAX(x, y) ((x) > (y) ? (x) : (y))
9
#define ENET_MIN(x, y) ((x) < (y) ? (x) : (y))
10
11
#endif
/* __ENET_UTILITY_H__ */
12
Generated on Wed Mar 6 2013 18:35:52 for enet by
1.8.1.2