summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index b166efe..b499ab3 100644
--- a/src/util.h
+++ b/src/util.h
@@ -23,4 +23,7 @@
#define MAX(_a, _b) ((_a) > (_b) ? (_a) : (_b))
#define NELEMS(_a) (sizeof(_a) / sizeof(_a[0]))
+#define _STRINGIFY(_a) #_a
+#define STRINGIFY(_a) _STRINGIFY(_a)
+
#endif
© All Rights Reserved