#include <precomp.h>
Go to the source code of this file.
◆ _gcvt()
Definition at line 28 of file gcvt.c.
29{
33 }
34
35 if (ndigit < 0) {
38 }
39
42}
static unsigned char buff[32768]
#define sprintf(buf, format,...)
static unsigned int number
_CRTIMP int *__cdecl _errno(void)
◆ _gcvt_s()
Definition at line 47 of file gcvt.c.
48{
50
54 }
55
56 if (digits < 0 || digits >=
size) {
59
62 }
63
69 }
70
72 return 0;
73}
_Check_return_ _CRTIMP int __cdecl _scprintf(_In_z_ _Printf_format_string_ const char *_Format,...)
static const int digits[]