byte_array A library to add byte array/buffer types and support methods to C (requires C99) Getting Started Clone the repo, run tests, and build library > git clone https://github.com/barneywilliams/byte_array.git > cd byte_array > make all