]> sigrok.org Git - libsigrok.git/commit
strutil: Add function to parse floating point numbers while ignoring the locale.
authorpoljar (Damir Jelić) <redacted>
Thu, 16 Jan 2014 14:28:48 +0000 (15:28 +0100)
committerBert Vermeulen <redacted>
Thu, 16 Jan 2014 15:27:35 +0000 (16:27 +0100)
commit9806c2d573a3fde4c26a38eaab265c7a78962e94
treeb07e7e210b31263eadee8ae94f625d310add5b6b
parent92b68bb5d6e5ca97990d223daaa3c74e4bbf4333
strutil: Add function to parse floating point numbers while ignoring the locale.

Most of the supported gear uses the ANSI C locale for communication, and if the
client sets up an incompatible locale parsing would fail.

This function ignores the client's locale and parses floating point numbers
using the ANSI C locale. This function should be always used when parsing
floating point numbers coming from the instrument.
libsigrok-internal.h
strutil.c