Use ALWAYS_INLINE for ctype inlines.

This commit is contained in:
Andreas Kling 2018-10-31 15:53:11 +01:00
commit 2fdc7c2c60
Notes: sideshowbarker 2024-07-19 18:35:51 +09:00
2 changed files with 15 additions and 6 deletions

View file

@ -1,5 +1,7 @@
#pragma once
#define ALWAYS_INLINE inline __attribute__ ((always_inline))
#ifdef __cplusplus
#define __BEGIN_DECLS extern "C" {
#define __END_DECLS }