mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
468 B
14 lines
468 B
/***
|
|
*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"
|