Skip to content

A real-time circular buffer library implemented in c. Useful for fast fifo's and queues.

License

Notifications You must be signed in to change notification settings

amail/libcometbuf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libcometbuf -- a library for creating circular buffers

BACKLOG
 * Implement CB_FIXED
 * Check if full
 * Dump to file when full
 * mq_open flags?
 * Try it!
 * Create man pages for every function
 * Better Makefile

About

A real-time circular buffer library implemented in c. Useful for fast fifo's and queues.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages