From 40724faccacf055cd9f9bba4615b9f930be9b76b Mon Sep 17 00:00:00 2001 From: bigfoot547 Date: Sat, 27 Jun 2026 22:53:26 -0500 Subject: initial commit --- source/macros.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 source/macros.h (limited to 'source/macros.h') diff --git a/source/macros.h b/source/macros.h new file mode 100644 index 0000000..d2231ff --- /dev/null +++ b/source/macros.h @@ -0,0 +1,12 @@ +#ifndef EXITEST_MACROS_H_INCLUDED +#define EXITEST_MACROS_H_INCLUDED + +#define STR(_s) STR2(_s) +#define STR2(_s) #_s + +#define PASTE(_x, _y) PASTE2(_x, _y) +#define PASTE2(_x, _y) _x ## _y + +#define COMMA , + +#endif /* include guard */ -- cgit v1.2.3-70-g09d2