This repository hosts some modular, drop-in, C utilities that you can copy into your project and and kick-start your work.
The following methods/utils are available in this repo:
- Circular Buffers - A data-type agnostic circular buffer implementation read more here.
- Hexdump - A
hexdump -c
output equivalent method to inspect buffers. - String Library - A string library for some common use cases where pasing char pointer, and length around looks ugly.
You can clone this repo and copy individual files from src/ and link it to your project.