From 821d3e7031b4b96260f95aca4255c1e10f038701 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 18 Feb 2007 09:21:24 +0000 Subject: * stdio-common/Makefile (tests): Add tst-swscanf. * stdio-common/tst-sscanf.c: Make tests usable for swscanf testing. * stdio-common/tst-swscanf.c: New file. --- stdio-common/tst-swscanf.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 stdio-common/tst-swscanf.c (limited to 'stdio-common/tst-swscanf.c') diff --git a/stdio-common/tst-swscanf.c b/stdio-common/tst-swscanf.c new file mode 100644 index 0000000000..6ec1c8e6c7 --- /dev/null +++ b/stdio-common/tst-swscanf.c @@ -0,0 +1,5 @@ +#define CHAR wchar_t +#define L(str) L##str +#define SSCANF swscanf +#include +#include "tst-sscanf.c" -- cgit 1.4.1