9 lines
108 B
C
9 lines
108 B
C
#ifndef UNUSED_H
|
|
#define UNUSED_H
|
|
|
|
#ifndef UNUSED
|
|
#define UNUSED(x) (void)(x)
|
|
#endif
|
|
|
|
#endif /* UNUSED_H */
|