summaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
authorLibravatar Mubashshir <ahmubashshir@gmail.com>2025-05-19 14:08:11 +0600
committerLibravatar Mubashshir <ahmubashshir@gmail.com>2025-05-19 14:08:11 +0600
commitff1ba1e770b4205c2cc367ff513325e5f22c73e8 (patch)
tree8bef720b23626dc8945d6da9897020766ec61274 /src/common.h
parent815eca3e8f367a6fed50be59b10316b5028773aa (diff)
downloadc-obp-example-ff1ba1e770b4205c2cc367ff513325e5f22c73e8.tar.gz
c-obp-example-ff1ba1e770b4205c2cc367ff513325e5f22c73e8.zip
Code cleanup and reuse
Signed-off-by: Mubashshir <ahmubashshir@gmail.com>
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h
index a9a39f2..1d1a088 100644
--- a/src/common.h
+++ b/src/common.h
@@ -17,5 +17,5 @@
#define ref(x) const x * const
#define mut(x) const x *
#define ptr(x) x *
-
+#define dref(x) *x
#endif /* __COMMON_H__ */