Add extra aliases
This commit is contained in:
parent
f95f3aa499
commit
9f2e22e6cf
@ -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
|
||||
|
Reference in New Issue
Block a user