summaryrefslogtreecommitdiff
path: root/src/utils/log.h
diff options
context:
space:
mode:
authorA404M <ahmadmahmoudiprogrammer@gmail.com>2025-02-07 21:14:11 +0330
committerA404M <ahmadmahmoudiprogrammer@gmail.com>2025-02-07 21:14:11 +0330
commit6bd439f35c1184f04488ee4f0db21632e1301b51 (patch)
tree369766b11ef80c33dfca262deae0051e5343aaa5 /src/utils/log.h
parentb89bec88a56b81d3524ed082db9796ef3169b060 (diff)
add plus
trying to add return
Diffstat (limited to 'src/utils/log.h')
-rw-r--r--src/utils/log.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils/log.h b/src/utils/log.h
index 620b2a3..6e6bea9 100644
--- a/src/utils/log.h
+++ b/src/utils/log.h
@@ -1,5 +1,7 @@
#pragma once
+#include <stdlib.h>
+
#define printLog(format,...) _printLogBack(format, __FILE_NAME__, __LINE__, ## __VA_ARGS__)
#define UNREACHABLE printLog("Unreachable");exit(1)