From 6bb84fe005fc151df1a67259242da9c0eaf3fe93 Mon Sep 17 00:00:00 2001 From: bigfoot547 Date: Mon, 29 Jun 2026 03:00:12 -0500 Subject: begin work on pc side --- ppc/source/macros.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 ppc/source/macros.h (limited to 'ppc/source/macros.h') diff --git a/ppc/source/macros.h b/ppc/source/macros.h new file mode 100644 index 0000000..9a9db83 --- /dev/null +++ b/ppc/source/macros.h @@ -0,0 +1,14 @@ +#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 , + +#define ARRLEN(_a) sizeof(_a) / sizeof(*(_a)) + +#endif /* include guard */ -- cgit v1.2.3-70-g09d2