]> sigrok.org Git - libsigrok.git/commit
asyc-ii: Prefer more portable and common string routines
authorGerhard Sittig <redacted>
Sat, 31 Dec 2016 11:54:39 +0000 (12:54 +0100)
committerUwe Hermann <redacted>
Sat, 7 Jan 2017 14:51:47 +0000 (15:51 +0100)
commit43528280d9727872ede857bb3b6772947d9fb056
tree4639ccb6338247c1694b550e269475d5222ff47c
parentc2debda60dd729e77ba89e1d3f370ebcc62811f1
asyc-ii: Prefer more portable and common string routines

Replace C language string operations with their glib incarnations for
improved portability. Prefer a common sigrok float conversion routine
over a DIY implementation.
src/dmm/asycii.c