mirror of
https://github.com/darlinghq/darling-corefoundation.git
synced 2024-11-26 21:30:22 +00:00
6 lines
142 B
C
6 lines
142 B
C
#define RELEASE_LOG(fmt, ...)
|
|
#define DEBUG_LOG(fmt, ...)
|
|
#define DEBUG_BREAK() __builtin_trap()
|
|
#define UNLIKELY(x) __builtin_expect((x),0)
|
|
|