From 5d6aa79961c10b56c6f59adf77ba00ddf296cdbe Mon Sep 17 00:00:00 2001 From: Charles Date: Mon, 25 Nov 2019 03:35:06 +0100 Subject: More atoi_base test --- libasm_test.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libasm_test.h') diff --git a/libasm_test.h b/libasm_test.h index d31f699..675c5ad 100644 --- a/libasm_test.h +++ b/libasm_test.h @@ -11,6 +11,8 @@ # include # include +# define TO_STRING(x) #x + /* * mandatory */ -- cgit