13 lines
134 B
C
13 lines
134 B
C
|
/* emyg_dtoa.h */
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
void emyg_dtoa (double value, char *buffer);
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
|