quote-bot/unused.h
Bubblegumdrop 856d8132b5 Strings...
2021-03-11 20:48:32 -05:00

9 lines
108 B
C

#ifndef UNUSED_H
#define UNUSED_H
#ifndef UNUSED
#define UNUSED(x) (void)(x)
#endif
#endif /* UNUSED_H */