summaryrefslogtreecommitdiffstats
path: root/private/oleutest/assert/wsprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'private/oleutest/assert/wsprintf.c')
-rw-r--r--private/oleutest/assert/wsprintf.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/private/oleutest/assert/wsprintf.c b/private/oleutest/assert/wsprintf.c
new file mode 100644
index 000000000..83a74fb76
--- /dev/null
+++ b/private/oleutest/assert/wsprintf.c
@@ -0,0 +1,14 @@
+/***
+*sprintf.c - print formatted to string
+*
+* Copyright (c) 1985-1991, Microsoft Corporation. All rights reserved.
+*
+*Purpose:
+* defines w4wcsprintf() - print formatted data to wide character string
+* defines w4vwcsprintf() - print formatted output to a wide character
+* string, get data from argument ptr instead
+* of explicit args.
+*******************************************************************************/
+
+#define _W4WCSPRINTF_
+#include "printf.h"