mirror of
https://github.com/Mercantec-GHC/h4-projekt-gruppe-0-sm.git
synced 2025-04-28 08:44:06 +02:00
9 lines
138 B
C
9 lines
138 B
C
#ifndef UTIL_H
|
|
#define UTIL_H
|
|
|
|
#define ALWAYS_INLINE __attribute__((always_inline))
|
|
|
|
#define MAYBE_UNUSED __attribute__((unused))
|
|
|
|
#endif
|