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/asprintf.c | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/portable/asprintf.c (limited to 'tests/portable/asprintf.c') diff --git a/tests/portable/asprintf.c b/tests/portable/asprintf.c new file mode 100644 index 0000000..221c993 --- /dev/null +++ b/tests/portable/asprintf.c @@ -0,0 +1,2 @@ +#define TESTING 1 +#include -- cgit v1.2.3