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

13 lines
325 B
C

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