/libbuffer

LIB:Library for manipulating memory buffers, including binary and Intel hex I/O

Primary LanguageCGNU Lesser General Public License v3.0LGPL-3.0

A library for manipulating dynamic memory buffers and loading and saving them as binary and Intel
hex files.

See http://bit.ly/buffer-api for the API docs.

To build, first you need to install the MakeStuff Build Environment (http://bit.ly/makestuff) for
your platform, then do:

chris@wotan$ cd makestuff/libs
chris@wotan$ ../common/msget.sh libbuffer   # or msgit.sh if you want a local git repo
chris@wotan$ cd libbuffer
chris@wotan$ make deps