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

13 lines
337 B
C
Raw Normal View History

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