crap-libs/misc.h
2017-03-11 18:00:23 +01:00

6 lines
66 B
C

#ifndef MISC_H
#define MISC_H
#define UNUSED(v) (v = v);
#endif