#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
char *dtostrf (double val, signed char width, unsigned char prec, char *sout);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|