windows-nt/Source/XPSP1/NT/com/oleutest/assert/sprintf.c

14 lines
434 B
C
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
/***
*sprintf.c - print formatted to string
*
* Copyright (c) 1985-1991, Microsoft Corporation. All rights reserved.
*
*Purpose:
* defines w4sprintf() - print formatted data to string
* defines w4vsprintf() - print formatted output to a string, get data
* from an argument ptr instead of explicit args.
*******************************************************************************/
#define _W4SPRINTF_
#include "printf.h"