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