From 16422831ed49c573c1b8a43ba907bceb00fd5eea Mon Sep 17 00:00:00 2001 From: Christian C Date: Sat, 22 Mar 2025 22:27:40 -0700 Subject: Named Types --- include/test/__meta__.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/test/__meta__.h') diff --git a/include/test/__meta__.h b/include/test/__meta__.h index 305698a..17e0b99 100644 --- a/include/test/__meta__.h +++ b/include/test/__meta__.h @@ -3,6 +3,9 @@ #include #include +#include + +#define TestCount_t uint16_t #ifdef TEST_SHOW_PASS #define _TEST_PASS(s,sub,n) fprintf(stderr, "(%4X) \x1b[92mPASS\x1b[0m %s/%s\n", ++n, s, sub) -- cgit v1.2.1