From ff1ba1e770b4205c2cc367ff513325e5f22c73e8 Mon Sep 17 00:00:00 2001 From: Mubashshir Date: Mon, 19 May 2025 14:08:11 +0600 Subject: Code cleanup and reuse Signed-off-by: Mubashshir --- src/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common.h') 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__ */ -- cgit v1.2.3