2#define __DCL_XTOA_H__ 20110415
4#ifndef __DCL_CONFIG_H__
14char*
__int32toa(int32_t _n,
char* _buf,
unsigned _base);
15char*
__uint32toa(uint32_t _n,
char* _buf,
unsigned _base);
16char*
__int64toa(int64_t _n,
char* _buf,
unsigned _base);
17char*
__uint64toa(uint64_t _n,
char* _buf,
unsigned _base);
19wchar_t*
__int32tow(int32_t _n,
wchar_t* _buf,
unsigned _base);
20wchar_t*
__uint32tow(uint32_t _n,
wchar_t* _buf,
unsigned _base);
21wchar_t*
__int64tow(int64_t _n,
wchar_t* _buf,
unsigned _base);
22wchar_t*
__uint64tow(uint64_t _n,
wchar_t* _buf,
unsigned _base);
wchar_t * __int64tow(int64_t _n, wchar_t *_buf, unsigned _base)
wchar_t * __uint64tow(uint64_t _n, wchar_t *_buf, unsigned _base)
wchar_t * __uint32tow(uint32_t _n, wchar_t *_buf, unsigned _base)
char * __int64toa(int64_t _n, char *_buf, unsigned _base)
char * __uint32toa(uint32_t _n, char *_buf, unsigned _base)
char * __uint64toa(uint64_t _n, char *_buf, unsigned _base)
__DCL_BEGIN_NAMESPACE char * __int32toa(int32_t _n, char *_buf, unsigned _base)
wchar_t * __int32tow(int32_t _n, wchar_t *_buf, unsigned _base)