]> sigrok.org Git - libsigrok.git/commit
input/csv: slightly shuffle text routines, add bin/hex/oct doc
authorGerhard Sittig <redacted>
Sun, 13 Oct 2019 15:14:49 +0000 (17:14 +0200)
committerGerhard Sittig <redacted>
Sat, 21 Dec 2019 17:20:04 +0000 (18:20 +0100)
commit19267272d39e3ff16874f538b22b407ff242e87c
tree1195ec3d5e7281f0d523fa321123eadeac77c0c6
parent9eab4435f09234dfe7fbdcbab6a4a35298ed5393
input/csv: slightly shuffle text routines, add bin/hex/oct doc

Add documentation to the bin/hex/oct text parse routines, and move the
bin/hex/oct dispatcher to the location where its invoked routines are.
Stick with a TODO comment for parse_line() to reduce the diff size.
src/input/csv.c