Add extra aliases

This commit is contained in:
Abdelrahman Said 2024-06-22 16:36:40 +01:00
parent f95f3aa499
commit 9f2e22e6cf

View File

@ -17,11 +17,14 @@
#define f64 double
#define f128 long double
#define INTERNAL static
#define PERSISTENT static
#define uptr uintptr_t
#define iptr intptr_t
#define internal static
#define persistent static
#ifdef __cplusplus
#define CLASS_MEMBER static
#define class_mem static
#endif // __cplusplus
#endif // !ALIASES_H