]> git.sur5r.net Git - openocd/commit
improve buf_cpy helper
authorZachary T Welch <zw@superlucidity.net>
Sat, 14 Nov 2009 18:36:57 +0000 (10:36 -0800)
committerZachary T Welch <zw@superlucidity.net>
Mon, 16 Nov 2009 08:46:34 +0000 (00:46 -0800)
commitd09e308130619f8667b6f08399cfc7d16dddab36
tree5ee5ec53b0a12239101769bbdcb5613a866db37f
parente4ee891759b08d3edb258b34f00b4ae8e3298d06
improve buf_cpy helper

Use memcpy for bulk of copy, improve final byte handling.
Improve types by using void * for buffers and unsigned for size.
src/helper/binarybuffer.c
src/helper/binarybuffer.h