ch81/cores/attributes.h
Michael Hope 334aea068c
All checks were successful
/ core (push) Successful in 5m37s
ch81: add a LICENSE and README
2026-05-14 12:13:31 +02:00

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]]