A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
unused.h
Go to the documentation of this file.
1 #ifndef UNUSED_H
2 #define UNUSED_H
3 
4 #ifndef NS_UNUSED
5 # define NS_UNUSED(x) ((void)(x))
6 #endif
7 
8 #endif /* UNUSED_H */