From 89710916cfa82f50be0092347744a5e06a3b5420 Mon Sep 17 00:00:00 2001 From: lemon Date: Fri, 12 Sep 2025 17:10:35 +0200 Subject: c: function-local static vars --- test/pp.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/pp.h') diff --git a/test/pp.h b/test/pp.h index 5ac7aac..029c6ee 100644 --- a/test/pp.h +++ b/test/pp.h @@ -16,6 +16,9 @@ void hi(int x) { #define ADD(a,b) (a)+(b) #define STR(h) #h +#define xstr(s1) str(s1) +#define str(s) #s + #endif extern int printf(const char *, ...); -- cgit v1.2.3