]> git.sur5r.net Git - openocd/commit
improve str_to_buf and buf_to_str helpers
authorZachary T Welch <zw@superlucidity.net>
Sat, 14 Nov 2009 18:14:04 +0000 (10:14 -0800)
committerZachary T Welch <zw@superlucidity.net>
Mon, 16 Nov 2009 08:46:33 +0000 (00:46 -0800)
commitd50caa97d17187ed96746cc1527e5dbf57d4a81a
tree60cbe3b12b386a180135162af69b773a0e76e08d
parent5a43bd2e185bf469561a8370dcd543cc4813c33f
improve str_to_buf and buf_to_str helpers

Improve types: use void * and unsigned.  Move all variables to point of
first use.  Move radix guessing logic to new str_radix_guess helper.
src/helper/binarybuffer.c
src/helper/binarybuffer.h