mirror of
https://github.com/sigmasternchen/crap-libs
synced 2025-03-15 15:48:56 +00:00
6 lines
66 B
C
6 lines
66 B
C
#ifndef MISC_H
|
|
#define MISC_H
|
|
|
|
#define UNUSED(v) (v = v);
|
|
|
|
#endif
|