13 lines
333 B
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"
|