]> sigrok.org Git - libsigrok.git/blobdiff - src/libsigrok-internal.h
drivers: Fix locale dependent string to float conversion
[libsigrok.git] / src / libsigrok-internal.h
index 044aa9da72634792268450fade11cb4e5de1b974..9fdd81dac4c26310614f1f2a22307ec7ba572444 100644 (file)
@@ -1010,6 +1010,7 @@ SR_PRIV int sr_atol(const char *str, long *ret);
 SR_PRIV int sr_atoi(const char *str, int *ret);
 SR_PRIV int sr_atod(const char *str, double *ret);
 SR_PRIV int sr_atof(const char *str, float *ret);
+SR_PRIV int sr_atod_ascii(const char *str, double *ret);
 SR_PRIV int sr_atof_ascii(const char *str, float *ret);
 
 /*--- soft-trigger.c --------------------------------------------------------*/