mirror of
https://github.com/sigmasternchen/crap-libs
synced 2025-03-15 15:48:56 +00:00
7 lines
70 B
C
7 lines
70 B
C
![]() |
#ifndef UNUSED_H
|
||
|
#define UNUSED_H
|
||
|
|
||
|
#define UNUSED(v) (v = v);
|
||
|
|
||
|
#endif
|