]> sigrok.org Git - libsigrok.git/blobdiff - libsigrok-internal.h
strutil: Add function to parse floating point numbers while ignoring the locale.
[libsigrok.git] / libsigrok-internal.h
index ba00d9e4d00c3eec9cc38abb7676f9769ad7ee37..df9bc0aa239563729bfcfb7290aacba15bd098de 100644 (file)
@@ -273,6 +273,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_atof_ascii(const char *str, float *ret);
 
 /*--- hardware/common/serial.c ----------------------------------------------*/