Skip to content

phoxtail/c-utils

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

c-utils

Build Status

This repository hosts some modular, drop-in, C utilities that you can copy into your project and and kick-start your work.

List of utils:

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.

How to use this repo?

You can clone this repo and copy individual files from src/ and link it to your project.

About

Modular, drop-in, library of some most commonly required utilities for C applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 96.1%
  • CMake 3.9%