diff options
author | 2025-05-19 14:08:11 +0600 | |
---|---|---|
committer | 2025-05-19 14:08:11 +0600 | |
commit | ff1ba1e770b4205c2cc367ff513325e5f22c73e8 (patch) | |
tree | 8bef720b23626dc8945d6da9897020766ec61274 /src/common.h | |
parent | 815eca3e8f367a6fed50be59b10316b5028773aa (diff) | |
download | c-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.h | 2 |
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__ */ |