|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <corecrt_internal_strtox.h>
Go to the source code of this file.
Macros | |
| #define | _ALLOW_OLD_VALIDATE_MACROS |
Functions | |
| template<typename FloatingType , typename Character > | |
| static int __cdecl | common_atodbl_l (FloatingType *const result, Character const *const string, _locale_t const locale) throw () |
| int __cdecl | _atoflt_l (_CRT_FLOAT *const result, char const *const string, _locale_t const locale) |
| int __cdecl | _atoflt (_CRT_FLOAT *const result, char const *const string) |
| int __cdecl | _atodbl_l (_CRT_DOUBLE *const result, char *const string, _locale_t const locale) |
| int __cdecl | _atodbl (_CRT_DOUBLE *const result, char *const string) |
| template<typename Character > | |
| static double __cdecl | common_atof_l (Character const *const string, _locale_t const locale) throw () |
| double __cdecl | _atof_l (char const *const string, _locale_t const locale) |
| double __cdecl | atof (char const *const string) |
| double __cdecl | _wtof_l (wchar_t const *const string, _locale_t const locale) |
| double __cdecl | _wtof (wchar_t const *const string) |
Definition at line 56 of file atof.cpp.
Definition at line 78 of file atof.cpp.
| int __cdecl _atoflt_l | ( | _CRT_FLOAT *const | result, |
| char const *const | string, | ||
| _locale_t const | locale | ||
| ) |
|
static | ||||||||||||||||||||||||
Definition at line 19 of file atof.cpp.
Referenced by _atodbl(), _atodbl_l(), _atoflt(), and _atoflt_l().