crap-libs/misc.h

7 lines
66 B
C
Raw Normal View History

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