From 9ff667addf39128f43d08d4ec56a6a94ec3bb062 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Thu, 4 Oct 2007 22:21:19 +0000 Subject: Initial import of a C portability framework and utility functions from remctl so that the wallet client error handling can rest on a firmer foundation. --- tests/portable/snprintf.c | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/portable/snprintf.c (limited to 'tests/portable/snprintf.c') diff --git a/tests/portable/snprintf.c b/tests/portable/snprintf.c new file mode 100644 index 0000000..cff95b3 --- /dev/null +++ b/tests/portable/snprintf.c @@ -0,0 +1,2 @@ +#define TESTING 1 +#include -- cgit v1.2.3