picrin/contrib/10.roundtrip/emyg_dtoa.h

13 lines
134 B
C

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