summaryrefslogtreecommitdiff
path: root/stdio-common/tst-swscanf.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-02-18 09:21:24 +0000
committerUlrich Drepper <drepper@redhat.com>2007-02-18 09:21:24 +0000
commit821d3e7031b4b96260f95aca4255c1e10f038701 (patch)
tree258ff4e9fc889235c4869de42b890cc535833258 /stdio-common/tst-swscanf.c
parent7acd205c59ff046d00ed5645fe744105e666242c (diff)
* 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.
Diffstat (limited to 'stdio-common/tst-swscanf.c')
-rw-r--r--stdio-common/tst-swscanf.c5
1 files changed, 5 insertions, 0 deletions
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 <wchar.h>
+#include "tst-sscanf.c"