9 lines
201 B
C
9 lines
201 B
C
/*
|
|
* Copyright 2026 Michael Hope <michaelh@juju.nz>
|
|
* SPDX-License-Identifier: MIT
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#define ALWAYS_INLINE inline __attribute__((always_inline))
|
|
#define MUSTTAIL [[clang::musttail]]
|