3 lines
73 B
C
3 lines
73 B
C
|
#pragma once
|
||
|
|
||
|
#define ALWAYS_INLINE inline __attribute__((always_inline))
|