quote-bot/unused.h

9 lines
108 B
C
Raw Permalink Normal View History

2021-03-11 20:48:32 -05:00
#ifndef UNUSED_H
#define UNUSED_H
#ifndef UNUSED
#define UNUSED(x) (void)(x)
#endif
#endif /* UNUSED_H */