|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <corecrt_internal.h>#include <corecrt_internal_fltintrn.h>#include <corecrt_internal_ptd_propagation.h>#include <corecrt_internal_securecrt.h>#include <corecrt_stdio_config.h>#include <locale.h>#include <stdlib.h>
Go to the source code of this file.
Functions | |
| static errno_t __cdecl | _gcvt_s_internal (char *const buffer, size_t const buffer_count, double const value, int const precision, __crt_cached_ptd_host &ptd) |
| errno_t __cdecl | _gcvt_s (char *const buffer, size_t const buffer_count, double const value, int const precision) |
| char *__cdecl | _gcvt (double const value, int const precision, char *const buffer) |
Definition at line 146 of file gcvt.cpp.
| errno_t __cdecl _gcvt_s | ( | char *const | buffer, |
| size_t const | buffer_count, | ||
| double const | value, | ||
| int const | precision | ||
| ) |
Definition at line 135 of file gcvt.cpp.
Referenced by _gcvt().
|
static |
Definition at line 22 of file gcvt.cpp.
Referenced by _gcvt_s().