Wireshark
4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
wsutil
dtoa.h
Go to the documentation of this file.
1
11
#pragma once
12
13
#include <wireshark.h>
14
15
#ifdef __cplusplus
16
extern
"C"
{
17
#endif
/* __cplusplus */
18
49
WS_DLL_PUBLIC
char
*
dtoa_g_fmt
(
char
*buf,
double
value);
50
51
#ifdef __cplusplus
52
}
53
#endif
/* __cplusplus */
dtoa_g_fmt
WS_DLL_PUBLIC char * dtoa_g_fmt(char *buf, double value)
Convert a double to its shortest exact decimal representation.
Generated by
1.9.8