blob: 83a74fb764c900bb2d045ac6de84caba6d0bd355 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"
|