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

13 lines
333 B
C

/***
*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"