mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
Common: adds Attr FF_A_ALWAYS_INLINE
This commit is contained in:
@@ -16,3 +16,4 @@
|
||||
#define FF_A_UNUSED __attribute__((__unused__))
|
||||
#define FF_A_PACKED __attribute__((__packed__))
|
||||
#define FF_A_WEAK_IMPORT __attribute__((__weak_import__))
|
||||
#define FF_A_ALWAYS_INLINE inline __attribute__((__always_inline__))
|
||||
|
||||
Reference in New Issue
Block a user