4coder/non-source/test_data/lots_of_files/xtow.c

13 lines
345 B
C
Raw Normal View History

2018-03-16 18:19:11 +00:00
/***
*xtow.c - convert integers/longs to wide char string
*
* Copyright (c) Microsoft Corporation. All rights reserved.
*
*Purpose:
* The module has code to convert integers/longs to wide char strings.
*
*******************************************************************************/
#define _UNICODE
#include "xtoa.c"