8 lines
80 B
C
8 lines
80 B
C
|
#pragma once
|
||
|
|
||
|
#ifdef UNUSED
|
||
|
#undef UNUSED
|
||
|
#endif
|
||
|
|
||
|
#define UNUSED(x) ((void)(x))
|