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