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