aboutsummarylogtreecommitdiffstats
path: root/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils.h')
-rw-r--r--utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils.h b/utils.h
index 60ad747ba5e4..9671b1a87ae9 100644
--- a/utils.h
+++ b/utils.h
@@ -1,6 +1,8 @@
#ifndef TICK_UTILS_H
#define TICK_UTILS_H
+#define streq(a,b) (strcmp(a,b) == 0)
+
#define RET_MSG(msg) {\
puts(msg);\
return;\