crap-libs/misc.h

7 lines
69 B
C
Raw Permalink Normal View History

#ifndef MISC_H
#define MISC_H
2017-03-10 22:19:04 +00:00
2017-04-14 22:13:38 +00:00
#define UNUSED(v) ((void) v);
2017-03-10 22:19:04 +00:00
#endif