A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
unused.h
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 */