mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:37:35 +00:00
Use ALWAYS_INLINE for ctype inlines.
This commit is contained in:
parent
71c9b09e8c
commit
2fdc7c2c60
2 changed files with 15 additions and 6 deletions
|
@ -1,5 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#define ALWAYS_INLINE inline __attribute__ ((always_inline))
|
||||
|
||||
#ifdef __cplusplus
|
||||
#define __BEGIN_DECLS extern "C" {
|
||||
#define __END_DECLS }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue