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

14 lines
355 B
C
Raw Permalink Normal View History

2018-03-16 18:19:11 +00:00
/***
*xtows.c - Secure Version of xtow.c
*
* Copyright (c) Microsoft Corporation. All rights reserved.
*
*Purpose:
* This module is split from xtow to avoid xtow.obj pulling in startup code
*
*******************************************************************************/
#define _SECURE_ITOA
#define _UNICODE
#include "xtoa.c"