debug: add a logging module

This commit is contained in:
2025-06-11 16:47:16 +02:00
parent 90c0903f25
commit 7db89e973d
6 changed files with 72 additions and 2 deletions

View File

@@ -1,3 +1,6 @@
#ifndef MACROSH_
#define MACROSH_
// Do we just replace the compiler with clang??
#if defined(__clang__)
#define NULLABLE _Nullable
@@ -16,3 +19,5 @@
#else
#define UNULLABLE
#endif
#endif