ReactOS 0.4.16-dev-737-g3368adc
|
#include <corecrt.h>
Go to the source code of this file.
Macros | |
#define | _MAX_ITOSTR_BASE16_COUNT (8 + 1) |
#define | _MAX_ITOSTR_BASE10_COUNT (1 + 10 + 1) |
#define | _MAX_ITOSTR_BASE8_COUNT (11 + 1) |
#define | _MAX_ITOSTR_BASE2_COUNT (32 + 1) |
#define | _MAX_LTOSTR_BASE16_COUNT (8 + 1) |
#define | _MAX_LTOSTR_BASE10_COUNT (1 + 10 + 1) |
#define | _MAX_LTOSTR_BASE8_COUNT (11 + 1) |
#define | _MAX_LTOSTR_BASE2_COUNT (32 + 1) |
#define | _MAX_ULTOSTR_BASE16_COUNT (8 + 1) |
#define | _MAX_ULTOSTR_BASE10_COUNT (10 + 1) |
#define | _MAX_ULTOSTR_BASE8_COUNT (11 + 1) |
#define | _MAX_ULTOSTR_BASE2_COUNT (32 + 1) |
#define | _MAX_I64TOSTR_BASE16_COUNT (16 + 1) |
#define | _MAX_I64TOSTR_BASE10_COUNT (1 + 19 + 1) |
#define | _MAX_I64TOSTR_BASE8_COUNT (22 + 1) |
#define | _MAX_I64TOSTR_BASE2_COUNT (64 + 1) |
#define | _MAX_U64TOSTR_BASE16_COUNT (16 + 1) |
#define | _MAX_U64TOSTR_BASE10_COUNT (20 + 1) |
#define | _MAX_U64TOSTR_BASE8_COUNT (22 + 1) |
#define | _MAX_U64TOSTR_BASE2_COUNT (64 + 1) |
#define _MAX_I64TOSTR_BASE10_COUNT (1 + 19 + 1) |
Definition at line 40 of file corecrt_wstdlib.h.
#define _MAX_I64TOSTR_BASE16_COUNT (16 + 1) |
Definition at line 39 of file corecrt_wstdlib.h.
#define _MAX_I64TOSTR_BASE2_COUNT (64 + 1) |
Definition at line 42 of file corecrt_wstdlib.h.
#define _MAX_I64TOSTR_BASE8_COUNT (22 + 1) |
Definition at line 41 of file corecrt_wstdlib.h.
#define _MAX_ITOSTR_BASE10_COUNT (1 + 10 + 1) |
Definition at line 25 of file corecrt_wstdlib.h.
#define _MAX_ITOSTR_BASE16_COUNT (8 + 1) |
Definition at line 24 of file corecrt_wstdlib.h.
#define _MAX_ITOSTR_BASE2_COUNT (32 + 1) |
Definition at line 27 of file corecrt_wstdlib.h.
#define _MAX_ITOSTR_BASE8_COUNT (11 + 1) |
Definition at line 26 of file corecrt_wstdlib.h.
#define _MAX_LTOSTR_BASE10_COUNT (1 + 10 + 1) |
Definition at line 30 of file corecrt_wstdlib.h.
#define _MAX_LTOSTR_BASE16_COUNT (8 + 1) |
Definition at line 29 of file corecrt_wstdlib.h.
#define _MAX_LTOSTR_BASE2_COUNT (32 + 1) |
Definition at line 32 of file corecrt_wstdlib.h.
#define _MAX_LTOSTR_BASE8_COUNT (11 + 1) |
Definition at line 31 of file corecrt_wstdlib.h.
#define _MAX_U64TOSTR_BASE10_COUNT (20 + 1) |
Definition at line 45 of file corecrt_wstdlib.h.
#define _MAX_U64TOSTR_BASE16_COUNT (16 + 1) |
Definition at line 44 of file corecrt_wstdlib.h.
#define _MAX_U64TOSTR_BASE2_COUNT (64 + 1) |
Definition at line 47 of file corecrt_wstdlib.h.
#define _MAX_U64TOSTR_BASE8_COUNT (22 + 1) |
Definition at line 46 of file corecrt_wstdlib.h.
#define _MAX_ULTOSTR_BASE10_COUNT (10 + 1) |
Definition at line 35 of file corecrt_wstdlib.h.
#define _MAX_ULTOSTR_BASE16_COUNT (8 + 1) |
Definition at line 34 of file corecrt_wstdlib.h.
#define _MAX_ULTOSTR_BASE2_COUNT (32 + 1) |
Definition at line 37 of file corecrt_wstdlib.h.
#define _MAX_ULTOSTR_BASE8_COUNT (11 + 1) |
Definition at line 36 of file corecrt_wstdlib.h.